RedisConnectionException: Unable to connect
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RedisConnectionException: Unable to connect相关的知识,希望对你有一定的参考价值。
问题:使用windos客户端Redis Destop Manger可以连接,证明服务器连接正常,项目配置出现问题
分析:原因在application.properties文件中最后多了一个空格
总结:配置properties文件时要注意空格引起redis无法连接
以上是关于RedisConnectionException: Unable to connect的主要内容,如果未能解决你的问题,请参考以下文章
RedisConnectionException: Unable to connect
java连接redis无法连接,报异常RedisConnectionException
搭建redis完成后项目无法连接[nested exception is io.lettuce.core.RedisConnectionException: Unable to connect ]
spring boot 集成 redis 出现 “Unable to connect to localhost:6379”