redis.clients.jedis.exceptions.JedisDataException: ERR AUTH <password> called without any pass

2022/6/19 2:20:04

本文主要是介绍redis.clients.jedis.exceptions.JedisDataException: ERR AUTH <password> called without any pass,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

描述:java使用jedis连接服务器上的redis,遇到的报错。

问题:
redis.clients.jedis.exceptions.JedisDataException: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
翻译:没有为默认用户配置任何密码。 您确定您的配置正确吗?

然后在redis的配置文件中搜索,密码相关的设置。发现了密码被我注释起来了。把注释删掉即可。
image

再次回到项目中,进行测试。成功
image



这篇关于redis.clients.jedis.exceptions.JedisDataException: ERR AUTH <password> called without any pass的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程