Skip to content

Releases: codebaorg/redis-keeper

Release-2024.2.3

13 Apr 14:54
Compare
Choose a tag to compare

fix(redis-keeper-spring-boot-starter): Fixed the issue where idle redis connections were closed wrong.

Release-2024.2.2

13 Apr 13:48
Compare
Choose a tag to compare
  1. Fixed the issue where idle redis connections were not closed after dynamically refreshing the configuration
  2. the same configuration reuses the redis client.

Release-2024.1.3

13 Apr 14:56
Compare
Choose a tag to compare

Release-2024.2.1

01 Dec 13:31
1e99366
Compare
Choose a tag to compare

Fix RScriptAsync not executing evalAsync when executing evalShaAsync fails

Release-2024.1.1

01 Dec 13:30
Compare
Choose a tag to compare

Fix RScriptAsync not executing evalAsync when executing evalShaAsync fails

Release-2024.2.0

17 Sep 16:25
Compare
Choose a tag to compare
  1. feature: Add pipeline method for bitmap,generic,geo,hash,hyperloglog,list,set,sortedset,string,script
  2. feature: Add setObjectEx, setObjectEXAsync methods
  3. refactor: upgrade redisson version from 3.15.5 to 3.35.0

Release-2024.1.0

13 Sep 13:27
f292937
Compare
Choose a tag to compare
  1. Support for multiple data source configuration and real-time updates for redis
  2. Support "read-only", "write-only", "read-write" and "skip" state switching for redis data sources
  3. 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.