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的配置文件中搜索,密码相关的设置。发现了密码被我注释起来了。把注释删掉即可。
再次回到项目中,进行测试。成功
这篇关于redis.clients.jedis.exceptions.JedisDataException: ERR AUTH <password> called without any pass的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-08阿里云Redis项目实战入门教程
- 2024-11-08阿里云Redis资料:新手入门与初级使用指南
- 2024-11-08阿里云Redis教程:新手入门及实用指南
- 2024-11-07阿里云Redis学习入门:新手必读指南
- 2024-11-07阿里云Redis学习入门:从零开始的操作指南
- 2024-11-07阿里云Redis学习:初学者指南
- 2024-11-06阿里云Redis入门教程:轻松搭建与使用指南
- 2024-11-02Redis项目实战:新手入门教程
- 2024-10-22Redis入门教程:轻松掌握数据存储与操作
- 2024-10-22Redis缓存入门教程:快速掌握Redis缓存基础知识