springboot整合Redis的Lettuce连接池连接超时:io.lettuce.core.RedisCommandTimeoutException: Command timed out
一、可能最大连接数/超时时间设置过小如图,检查最大连接数和超时时间,将其调大。redis:lettuce:pool:MaxTotal:50#最大连接数minIdle:1maxWaitMillis:5000maxIdle:5testOnBorrow:truetestOnReturn:truetestWhileIdle:trueredis-a:database:8hostName:127.0.0.1p