springboot2.x集成redis6.2版本时提示NOAUTH HELLO must be called with the client already authenticated
redis.conf和application.yml配置文件的密码配置相同,使用restemplate进行操作时仍有NOAUTH HELLO must be called with the client already authenticated错误提示我们项目中使用redisson做分布式锁,redistemplate进行基本缓存操作,redisson在必须配置url查看autoConfig后发
·
redis.conf和application.yml配置文件的密码配置相同,使用restemplate进行操作时仍有NOAUTH HELLO must be called with the client already authenticated错误提示
我们项目中使用redisson做分布式锁,redistemplate进行基本缓存操作,redisson在必须配置url
查看autoConfig后发现url需要使用 redis://user:password@example.com:6379这个格式
更多推荐
已为社区贡献1条内容
所有评论(0)