Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-29 | 1.7 kB | |
redisson-3.46.0 source code.tar.gz | 2025-04-29 | 2.5 MB | |
redisson-3.46.0 source code.zip | 2025-04-29 | 5.3 MB | |
Totals: 3 Items | 7.8 MB | 0 |
Feature - Reliable Queue object added. RDelayedQueue
and RBoundedBlockingQueue
have been deprecated
Feature - fairLockWaitTimeout
Redisson setting added (thanks to @seakider)
Feature - credentialsReapplyInterval
Redisson setting added (thanks to @seakider)
Feature - support for JDK Atomic objects in Kryo5Codec (thanks to @bergander)
Feature - WorkerOptions.tasksInjector
setting added (thanks to @zzhlhc)
Breaking change - Spring Cloud Stream Binder queue implementation replaced with RReliableQueue
object
Breaking change - RedisPubSubConnection.removeListener() and RedisPubSubConnection.addListener() methods signature changed
Improvement - useScriptCache
setting is true by default
Improvement - Add check for keepAliveTime
and rateInterval
in RRateLimiter (thanks to @shrink)
Fixed - data leak in RReliableTopic (thanks to @Chengzhi1803472613)
Fixed - PubSub stops working after Redis restart in sentinel mode (thanks to @seakider)
Fixed - CommandAsyncService.syncedEval()
method doesn't update correctly available secondary nodes
Fixed - expire-after-write
and expire-after-access
settings aren't applied to async Micronaut Cache
Fixed - RBatch
exception object doesn't contain suppressed exceptions
Fixed - RRemoteService
fails to operate if codec defined as an anonymous inner class
Fixed - Watchdog fails to renew on reentry locks (thanks to @seakider)
Fixed - RKeys.unlinkByPattern()
and RKeys.deleteByPattern()
methods don't handle keys with non-ASCII characters
Fixed - RenewalTask
throws IndexOutOfBoundsException