springboot连接redis错误 io.lettuce.core.RedisCommandTimeoutException:

springboot连接redis报错 超时连接不上  可以从以下方面排查

1查看自己的配置文件信息,把超时时间不要设置0毫秒 设置5000毫秒

 springboot连接redis错误 io.lettuce.core.RedisCommandTimeoutException:_第1张图片

 

2redis服务长时间不连接就会休眠,也会连接不上 重新启动redis服务《黑窗口》

springboot连接redis错误 io.lettuce.core.RedisCommandTimeoutException:_第2张图片

 

转载于:https://www.cnblogs.com/langjunnan/p/10017721.html

你可能感兴趣的:(springboot连接redis错误 io.lettuce.core.RedisCommandTimeoutException:)