Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR Client sent AUTH, but no password is set

这种方式启动 默认无密码  ,

如果在写java redis 是传参数 就会造成异常 Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR Client sent AUTH, but no password is set

然后在这个文件下,添加:requirepass 123456   注意  123456是你redis的密码

Redis sb问题:Caused by: redis.clients.jedis.exceptions:ERR Client sent AUTH, but no password is set

不同版本,名称不一样

Redis sb问题:Caused by: redis.clients.jedis.exceptions:ERR Client sent AUTH, but no password is set

Redis sb问题:Caused by: redis.clients.jedis.exceptions:ERR Client sent AUTH, but no password is set

 


博客会不断更新和改进,欢迎大佬关注

相关文章:

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