📗 Links
⭐ New Features
- Allow
@EnabledOnRedisDriver
usage with@ParameterizedRedisTest
#2734 - Add support for asynchronous retrieval from
RedisCache
#2650 - Add a constructor with
Module
toGenericJackson2JsonRedisSerializer
#2601
🐞 Bug Fixes
- ReactiveRedisConnection ZAddCommand nx and xx does not work as expected #2731
- Nullability of
RedisElementReader.read(…)
contradicts non-nullability ofFlux.map(…)
#2655