Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-04 | 2.3 kB | |
redisson-3.49.0 source code.tar.gz | 2025-06-04 | 2.6 MB | |
redisson-3.49.0 source code.zip | 2025-06-04 | 5.6 MB | |
Totals: 3 Items | 8.2 MB | 0 |
Feature - RClusteredScoredSortedSetRx
, RClusteredScoredSortedSetReactive
interfaces added for RClusteredScoredSortedSet
object
Feature - iteratorAsync()
methods added to RSet
object (thanks to @seakider)
Feature - readAllKeySetAsync(pattern)
, readAllValuesAsync(pattern)
and readAllEntrySetAsync()
methods added to RMap interface (thanks to @seakider)
Feature - Redisson PRO license key can be defined through redisson.pro.key
key stored in Valkey or Redis
Fixed - local cache update in putIfAbsent()
, fastPutIfExists()
and fastPutIfAbsent()
methods of RLocalCachedMapCache
and RClusteredLocalCachedMapCache
objects
Fixed - RLocalCachedMapCacheNative
object in storeMode = LOCALCACHE
may allocate extra connections and miss updates if syncStrategy = UPDATE
Fixed - RLocalCachedMapCacheNative.putIfAbsent()
method doesn't update local cache
Fixed - RClusteredLocalCachedMapCacheNative
object in storeMode = LOCALCACHE
may allocate extra connections and miss updates if syncStrategy = UPDATE
Fixed - RClusteredLocalCachedMapCacheNative.putIfAbsent()
method doesn't update local cache
Fixed - RClusteredLocalCachedMapCache
object in storeMode = LOCALCACHE
may allocate extra connections and miss updates if syncStrategy = UPDATE
Fixed - RLocalCachedMapCache
object in storeMode = LOCALCACHE
may allocate extra connections and miss updates if syncStrategy = UPDATE
Fixed - put()
, fastPutIfAbsent()
, putIfAbsent()
methods of RLocalCachedMapCacheV2
in storeMode = LOCALCACHE
may allocate extra connections and miss updates if syncStrategy = UPDATE
Fixed - RLocalCachedJsonStore
object in storeMode = LOCALCACHE
may allocate extra connections and miss updates if syncStrategy = UPDATE
Fixed - missed classes added to the Hibernate 7 module
Fixed - retryAttempts
setting value limit (thanks to @seakider)
Fixed - RObject.rename()
method doesn't work in batch mode if the new and old name slots match
Fixed - minTimeout value calculation for HashedWheelTimer object
Fixed - codec
, loader
and writer
settings can't be parsed in Micronaut cache yaml configuration
Fixed - environment variables for Redisson configuration can't be used with Micronaut 4