redisson-3.32.0
版本发布时间: 2024-06-24 13:30:40
redisson/redisson最新发布版本:redisson-3.35.0(2024-08-22 17:53:49)
Feature - Quarkus Cache implementation added
Feature - RMapCacheNative
implementation which uses Redis 7.4+ commands
Feature - unlinkByPattern() method added to RKeys interface (thanks to @seakider)
Fixed - Apache Tomcat request.changeSessionId() method does not change the session id in Redis (thanks to @bclay2116)
Fixed - RSearch
parse params error (thanks to @seakider)
Fixed - RSearch.info()
throws NumberFormatException
(thanks to @seakider)
Fixed - cluster failover handling
Fixed - last master node shouldn't be removed in cluster topology
Fixed - duplicated master/slave added log output in sentinel mode
Fixed - connection leak if master change operation failed during failover
Fixed - RxJava3
request can't be canceled
Fixed - RFairLock
doesn't calculate remaining ttl properly before next acquisition attempt
Fixed - scanInterval
setting check
Fixed - ElementsSubscribeService.resubscribe()
method throws RedissonShutdownException
Fixed - RMap.getAll()
method throws an exception if result of RMap.keySet()
method passed as an argument
Fixed - Redis node random selection doesn't work properly
Fixed - concurrency problem during RLock expiration renewal (thanks to @seakider)
Fixed - RListMultimap
throws too many results to unpack error
Fixed - entry shutdown during cluster slots migration check