Custom codecs #124
Unanswered
supun-kanda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's lack of documentation on custom codecs and storing Non-string type values on redis.
In my use case here are the formats
key type: String
value type: CustomPoJo
I tried the following ways to add my own value type
where The GoogleCodec is a subclass of
RedisCodec
and is the same type references as the application key-value pairThe other way is to simply give the custom Codec as the type
In both cases, it failed to identify the custom codec. And gives the following errors.
Beta Was this translation helpful? Give feedback.
All reactions