Releases: codebaorg/redis-keeper
Releases · codebaorg/redis-keeper
Release-2024.2.3
fix(redis-keeper-spring-boot-starter): Fixed the issue where idle redis connections were closed wrong.
Release-2024.2.2
- Fixed the issue where idle redis connections were not closed after dynamically refreshing the configuration
- the same configuration reuses the redis client.
Release-2024.1.3
Full Changelog: release-2024.1.1...Release-2024.1.3
Release-2024.2.1
Fix RScriptAsync not executing evalAsync when executing evalShaAsync fails
Release-2024.1.1
Fix RScriptAsync not executing evalAsync when executing evalShaAsync fails
Release-2024.2.0
- feature: Add pipeline method for bitmap,generic,geo,hash,hyperloglog,list,set,sortedset,string,script
- feature: Add setObjectEx, setObjectEXAsync methods
- refactor: upgrade redisson version from 3.15.5 to 3.35.0
Release-2024.1.0
- Support for multiple data source configuration and real-time updates for redis
- Support "read-only", "write-only", "read-write" and "skip" state switching for redis data sources
- Provides 130+ common redis operations, including but not limited to string, list, hash, set, zset, geo, bitmap, hyberloglog, distributed locks, Bloom filters, flow limiting, and so on.