标签:redis
io.lettuce.core.RedisCommandTimeoutException: Command timed out after 5 second(s)
lettuce连接redis报错io.lettuce.core.RedisCommandTimeoutException: Command timed out after 5 second(s),我的spring.redis.timeout = 5000。 解决办法: 1、登陆redis容器 2、输入redis-cli进入redis控制台 3、设置 CONF……
11-30 立刻查看