Send Object through the Redis Stream Xadd #2069
-
When I send the Java Object using the below code it returns the below error. Code ->
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Lettuce doesn't include an object mapper, therefore you need to pass key-value pairs or a |
Beta Was this translation helpful? Give feedback.
Lettuce doesn't include an object mapper, therefore you need to pass key-value pairs or a
Map
into theXADD
command.