我们正在从spring boot version 1.5.2升级到2.0.0 . 我发现spring数据redis正在使用vend作为默认值,不需要连接池管理,只使用单个底层tcp连接 . 我们还使用ConcurrentMetadatStore来执行putIfAbsent之类的原子/阻塞操作 . 是否可以在没有连接池的情况下使用自动配置的LettuseConnectionFactory或将LettuceConnectionFactory配置为使用池化?