Replies: 1 comment 2 replies
-
Can you provide a reproducer that shows the problem you're trying to solve? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am having trouble figuring out an exact encoding issue when sending binary as strings to EVAL through lettuce, vs using the lettuce command apis.
Specifically, if I call set(K, V) with the lettuce api where V is an object which uses the byte[] codec, vs calling EVAL with a Lua script that calls set using strings that are US_ASCII encoded, the results in redis are different.
Does anyone know the exact combination of encoding / StringCodec configurations that when using EVAL, the resulting binary will be the same as calling set with a byte array codec?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions