Redis连接报错:ERR Client sent AUTH, but no password is set
127.0.0.1:6379> auth 123456
ERR Client sent AUTH, but no password is set

设置其密码:
redis 127.0.0.1:6379> CONFIG SET requirepass “123456”
OK
redis 127.0.0.1:6379> AUTH 123456
Ok
设置下这个配置密码就好了!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2021-06-30
  • 2022-02-02
猜你喜欢
  • 2021-04-01
  • 2021-09-04
  • 2022-01-05
  • 2021-05-31
相关资源
相似解决方案