我看到 Lettuce 可以对 Redis 序列化对象进行压缩:https://lettuce.io/core/release/reference/#codecs.compression
有什么方法可以在 Spring Boot Data LettuceConnectionFactory 或其他 bean 中设置此配置吗?我也在这里看到了这个问题:https://github.com/lettuce-io/lettuce-core/issues/633
我想压缩发送到 Redis 的所有序列化对象,以减少盒子之间的网络流量。
谢谢