SpringBoot2.0默认使用Redis连接池的配置注意事项

SpringBoot2.0默认采用Lettuce客户端来连接Redis服务端的 默认是不使用连接池的,只有配置 redis.lettuce.pool下的属性的时候才可以使用到redis连接池   redis:     cluster:       nodes: ${redis.host.cluster}     password: ${redis.password}     lettuce:  
相关文章
相关标签/搜索