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-12-07Redis高并发入门详解
- 2024-12-07Redis缓存入门:新手必读指南
- 2024-12-07Redis缓存入门:新手必读教程
- 2024-12-07Redis入门:新手必备的简单教程
- 2024-12-07Redis入门:新手必读的简单教程
- 2024-12-06Redis入门教程:从安装到基本操作
- 2024-12-06Redis缓存入门教程:轻松掌握缓存技巧
- 2024-12-04Redis入门:简单教程详解
- 2024-11-29Redis开发入门教程:从零开始学习Redis
- 2024-11-27Redis入门指南:快速掌握Redis基础操作