sol-cloud/cloud/plugin/plugin-redis
smile 23c9e84f6a feat(redis): introduce a custom JSON codec to support polymorphic types
- Add `CustomJsonJacksonCodec` to handle Redisson serialization/deserialization
- Replace the default `JsonJacksonCodec` with the custom codec
- Enable automatic polymorphic-type recognition via `@JsonTypeInfo` annotations
- Implement a type-cache mechanism to boost deserialization performance
- Configure `ObjectMapper` to ignore unknown properties and disable default typing
- Update Redisson configuration logs to reflect the new codec in use
2025-12-04 11:39:43 +08:00
..
src/main feat(redis): introduce a custom JSON codec to support polymorphic types 2025-12-04 11:39:43 +08:00
pom.xml feat(redis): Support for multiple Redis deployment modes and connection pool configuration 2025-10-11 16:21:35 +08:00