Replies: 1 comment
-
Yep, that's currently a limitation. Alternatively, you can use different codecs when issuing custom commands via the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I am reading/writing data in Redis using four codecs:
(Just to be super clear, with gzip I mean something like this: https://github.com/lettuce-io/lettuce-core/blob/main/src/main/java/io/lettuce/core/codec/CompressionCodec.java)
As I understand the API i need four different connections to do be able to use four different codecs. Is this correct? Or is there some way to reuse the same connection with multiple codecs? Thanks!
PS: Latest Lettuce.
Beta Was this translation helpful? Give feedback.
All reactions