Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: 解决办法

文章描述了一个尝试连接Redis时遇到的错误,错误信息提示无法连接到127.0.0.1:6379。常见的解决方案如修改Redis配置文件并未解决问题。实际上,问题出在应用的配置文件(application.yml)中设置了Redis密码,而Redis服务本身没有设置密码。注释掉配置文件中的密码后,重启Redis服务解决了问题。
Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379

网上找的办法:

1. 打开 redis.windows.config文件(linux对应redis.conf文件)将 NETWORK 下 bind 127.0.0.1 注释掉
并将 protected-mode yes 改为 protected-mode no;

2、同理修改redis.windows.server.config 文件中相应的内容;

3、重启Redis服务,即可使用IP访问Redis了

没有解决我的问题

我的问题原因是Redis 没有密码,application.yml中配置了密码,注释掉密码,重启Radis即可。

Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379 是一个Redis连接失败的异常信息。根据引用,这个异常可能是由于无法连接到Redis服务器导致的。根据引用,在Java连接Redis时,可能需要对Redis进行一些配置,例如修改redis.conf文件中的protected-mode配置项为no,注释掉bind 127.0.0.1这一行,并设置连接密码requirepass。重新启动Redis服务器后,尝试重新连接即可。另外,根据引用,默认情况下,Redis只支持本地访问,所以需要将bind 127.0.0.1这一行注释掉,才能允许其他机器连接到Redis服务器。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *3* [Unable to connect to Redisnested exception is io.lettuce.core.RedisConnectionException:](https://blog.csdn.net/qq_45745319/article/details/123754785)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *2* [连接本机redis报错Unable to connect to Redis](https://blog.csdn.net/ooyyaa6561/article/details/127663704)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值