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
`HASH`:: Set with `RedisCacheConfiguration.hashMapper(RedisHashMapper mapper)`. Defaults to `com.redis.cache.common.mapping.ObjectHashMapper`.
172
+
173
+
`STRING`:: Set with `RedisCacheConfiguration.stringMapper(RedisStringMapper mapper)`. Defaults to `com.redis.cache.common.mapping.JdkSerializationStringMapper`.
174
+
175
+
`JSON`:: Set with `RedisCacheConfiguration.jsonMapper(RedisStringMapper mapper)`. Defaults to `com.redis.cache.common.mapping.GenericJackson2JsonMapper`.
0 commit comments