redisson-3.27.2
版本发布时间: 2024-03-12 15:17:53
redisson/redisson最新发布版本:redisson-3.35.0(2024-08-22 17:53:49)
Feature - RShardedTopic.countSubscribers()
method implemented
Feature - RedissonMultiLock
implements isHeldByThread()
and isHeldByCurrentThread()
methods
Fixed - Multiple locking of RLock reset remainTimeToLive to config default
Fixed - exception thrown by natMapper
is not shown in logs
Fixed - OSGi jdk.net package import should be optional
Fixed - ServiceManager.resolveAll()
method throws NPE
Fixed - RObject.addListenerAsync()
method throws UnsupportedOperationException
Fixed - StatusListener
doesn't work with RShardedTopic
Fixed - NPE is thrown in cluster mode if slave node added
Fixed - continuously reconnecting to a removed slave node in cluster mode
Fixed - incorrect handling of TrackingListener removal
Fixed - FlushListener
receives duplicate events
Fixed - SlotsDecoder
throws NPE on empty result
Fixed - Clash between RedissonCache and Spring (6.1+) Cache interface methods
Fixed - RedissonClient.shutdown()
method hangs at serviceManager.getShutdownLatch()
invocation
Fixed - "Failed to submit a listener notification task. Event loop shut down?" error caused by PingConnectionHandler
Fixed - JsonCodecWrapper
isn't cached properly