redisson-3.17.2
版本发布时间: 2022-05-23 16:05:27
redisson/redisson最新发布版本:redisson-3.35.0(2024-08-22 17:53:49)
Feature - RScoredSortedSet.replace()
method added
Feature - Spring Data Redis 2.7.0 module added
Feature - RPatternTopic.removeAllListenersAsync()
method added
Feature - RShardedTopic
object added (requires Redis 7.0+)
Feature - allow to specify username and password in redis connection url
Feature - JCache data partitioning with local cache support
Fixed - "Can't add slave" exceptions after fail over in cluster mode
Fixed - "Unable to acquire subscription" error after connection interruption
Fixed - JCache hangs forever when getting value from cache with useScriptCache=true
Fixed - RMap.merge()
method hangs if MapLoader specified
Fixed - FairLock
thread counter should start from 1 (thanks to @thisiswanghy)