Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-21 | 2.5 kB | |
redisson-3.47.0 source code.tar.gz | 2025-05-21 | 2.5 MB | |
redisson-3.47.0 source code.zip | 2025-05-21 | 5.4 MB | |
Totals: 3 Items | 7.9 MB | 0 |
Feature - ReliableFanout object added
Feature - processingMode setting added to RReliableQueue
config
Feature - listeners added to RReliableQueue
object
Feature - metrics added to RReliableQueue
object
Feature - disableOperation()
and enableOperation()
methods added to RReliableQueue
object
Feature - get()
and getAll()
methods added to RReliableQueue
object
Feature - pollBatchSize
, visibilityTimeout
, negativeAcknowledgeDelay
consumer settings added to Spring Cloud Stream Binder
Feature - RReliableQueue
implements RDestroyable
interface
Feature - readDiffEntries()
, readIntersectionEntries()
, readUnionEntries()
methods added to RScoredSortedSet (thanks to @seakider)
Feature - valkeyCapabilities
setting added
Improvement - script logging in error message if useScriptCache = true
Improvement - RReliableQueue
data structure optimization
Fixed - RClusteredLocalCachedMap.fastPut() method causes netty buffer leak if storeMode = LOCALCACHE
Fixed - RReliableQueue.size()
method result shouldn't include delayed messages amount
Fixed - Spring Cache.getNativeCache() returns incorrect instance
Fixed - exessive connections creation for RClusteredLocalCachedMap and RClusteredLocalCachedMapCache if 'reconnectionStrategy = LOAD'
Fixed - readUnion(), readIntersection(), readDiff() methods of RSetCache throw exception
Fixed - New connection opened for each write operation after failover in Sentinel mode (thanks to @seakider)
Fixed - Micronaut 4.x connects only to a single node
Fixed - RedisURI(String) constructor doesn't set the hashCode
Fixed - Spring Data Redis addMessageListener()
method hangs if multiple listeners added to the same topic or pattern
Fixed - detection of WAIT
and WAITAOF
commands availability
Fixed - JCacheManager does not remove cache instance from map when calling closeCache() (thanks to @seakider)
Fixed - starvation of pub/sub connections may cause a memory leak
Fixed - RMap.loadAll()
method may hang in Cluster
Fixed - None of slaves were synced
exception is thrown
Fixed - Spring Data Redis ReactiveZSetCommands.zadd()
default param (thanks to @lookroot)