springboot整合redis使用Lettuce客户端超时问题( 二 )

2、SpringBoot2.3.x后,可使用配置文件中开启lettuce的拓扑刷新
lettuce:pool:max-active: 20max-wait: -1msmax-idle: 10min-idle: 2cluster:refresh:adaptive: true#20秒自动刷新一次period: 20



推荐阅读