标签: spring-data-redis lettuce
我们正在从Spring Boot版本1.5.2升级到2.0.0。我发现spring数据redis默认使用生菜,不需要连接池管理,仅使用单个基础tcp连接。我们还使用ConcurrentMetadatStore进行原子/阻塞操作,如putIfAbsent。是否可以在不使用连接池的情况下使用自动配置的LettuseConnectionFactory或将LettuceConnectionFactory配置为使用池?