You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure there's something we can do from our side as Jackson2JsonRedisSerializer calls readValue for the given Java type. Please refer to Jackson docs on how to properly configure your data model.
Jackson2JsonRedisSerializer is not working to deserialize enum.
suppose i have an enum APPLE("test"). "APPLE" is stored in redis database as a String so when retrieving it just returns string instead of ENUM
The text was updated successfully, but these errors were encountered: