ERR Client sent AUTH, but no password is set
ERR Client sent AUTH, but no password is set错误原因客户端设置了auth认证,
但redis没设置密码
解决方案
config set requirepass 密码
e.g.
例如设置密码为123456
config set requirepass 123456
ERR Client sent AUTH, but no password is set错误原因客户端设置了auth认证,
但redis没设置密码
解决方案
config set requirepass 密码
e.g.
例如设置密码为123456
config set requirepass 123456