Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolExcept
Posted m0_46085625
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolExcept相关的知识,希望对你有一定的参考价值。
如果你spring boot连接redis出现这样的错误,不要气馁检查你的以下字段
1.你的redis-conf文件配置是否合理
修改 protected-mode yes 改为:protected-mode no
注释掉 #bin 127.0.0.1
注意:如果你配置了密码,一定要在appication.yaml文件里配置对应的密码!!!!!!
2.你的appication.yaml配置是否合理(一下是我修改好的文件配置)
redis: host: 192.168.248.128 port: 6379 database: 1 connect-timeout: 1800000 lettuce: pool: max-active: 8 max-wait: -1 max-idle: 8 min-idle: 0 password: 123456
3.你的pom文件是否导包正确
unable to connect to :5555
有可能批处理文件用的adb和eclipse的adb不兼容。把你的批处理文件用的adb换成eclipse的adb就可以了:
运行结果:
以上是关于Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolExcept的主要内容,如果未能解决你的问题,请参考以下文章
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart:
[python] disconnected: unable to connect to renderer解决方法
Unable to connect to CUPS server localhost:631
telnet: Unable to connect to remote host: Connection refused