当前位置:   article > 正文

Redisson出现问题总结_caused by: org.redisson.client.redisauthrequiredex

caused by: org.redisson.client.redisauthrequiredexception: noauth authentica

org.redisson.client.RedisAuthRequiredException: NOAUTH Authentication required… channel:

出现此问题的原因为没有redis权限。解决方案在setAddress()后面加上setPassword()方法。

config.useSingleServer().setAddress("redis://localhost:6379").setPassword("dddddd");
  • 1

Caused by: java.lang.ClassNotFoundException: com.management.alan.utils.test$$Lambda$2

Redisson中SortedSet不支持Lambda表达式的构造的Comparator。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/791535
推荐阅读
相关标签
  

闽ICP备14008679号