io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required

 

springboot连接redis 没有权限 io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication requir

 

解决方案:

1.检查一下你linux端口有没有开放

2.在确认开放了端口且工具能连得上redis(密码都正确)的情况下。检查一下 密码是参数 是不是 password , 可能会习惯性写成 pwd  

springboot连接redis 没有权限 io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication requir

相关文章:

  • 2021-08-17
  • 2021-06-27
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
  • 2021-09-21
猜你喜欢
  • 2021-05-16
  • 2021-08-30
  • 2022-12-23
  • 2021-07-13
  • 2022-02-22
  • 2021-06-17
  • 2021-04-21
相关资源
相似解决方案