Redisson v3.17.2 Release Notes

  • ๐Ÿ”‹ 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)