How to write a byte[] to a redis list #2086
Unanswered
psasikaladevi
asked this question in
Q&A
Replies: 1 comment
-
All values (list entries, fields in a hash, …) in Redis are binary. If you need binary representation of values, take a look at |
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
-
Hi, we have a scenario where we need to write a byte[] to a redis list. Can we get some help in there on how to achieve it using lettuce?
Beta Was this translation helpful? Give feedback.
All reactions