redis does not require a password, but password was supplied
-
That is the log I'm having when I do
./nodebb log
-
Empty the
password
field in yourconfig.json
.
-
@julian I supplied a password in requirepass in the Redis config file. I then restarted Redis with
redis-server stop
and thenredis-server
to start. What is wrong? I want to set a password for Redis.
-
@kenygamer Is anything broken? I did a quick search for the error and it looks like it might just be a warning?
-
@teh_g No.
-
@kenygamer said in redis does not require a password, but password was supplied:
@teh_g No.
I'd ignore it then. I think it might be tied to this issue that was fixed in a more recent node-redis version: https://github.com/dwyl/redis-connection/issues/31
Suggested Topics
Copyright © 2018 NodeBB | Contributors