Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-27 | 1.4 kB | |
redisson-3.48.0 source code.tar.gz | 2025-05-27 | 2.6 MB | |
redisson-3.48.0 source code.zip | 2025-05-27 | 5.6 MB | |
Totals: 3 Items | 8.2 MB | 0 |
Feature - retryDelay
and reconnectionDelay
settings added, allowing to define a delay strategy. Available implementations: FullJitterDelay
, EqualJitterDelay
, DecorrelatedJitterDelay
and ConstantDelay
. Default is EqualJitterDelay
Feature - Vector Set object added
Feature - Spring Data Redis 3.5.0 implementation
Feature - Hibernate 7 support added
Improvement - RClusteredMapCache
eviction process optimization
Fixed - RLocalCachedMap
with storeMode = LOCALCACHE
may allocate extra connections and miss updates if syncStrategy = UPDATE
Fixed - RClusteredLocalCachedMap
with storeMode = LOCALCACHE
may allocate extra connections and miss updates if syncStrategy = UPDATE
Fixed - RLocalCachedMapCacheV2
with storeMode = LOCALCACHE
may allocate extra connections and miss updates if syncStrategy = UPDATE
Fixed - RLocalCachedMapCacheV2
local cache updates
Fixed - QueueTransferTask
throws NPE
Fixed - unknown command error is thrown if RLock
object is used on Valkey Serverless deployment
Fixed - the count parameter of RMap.valuesAsync()
method should not affect result
Fixed - NOSCRIPT
error is thrown after failover by RLock
methods
Fixed - RESP3 boolean value parsing