Redisson v3.13.2 Release Notes

Release Date: 2020-07-02 // almost 4 years ago
  • ๐Ÿ”‹ Feature - Partitioning (sharding) of Redis setup using ShardedRedisson object
    ๐Ÿ”‹ Feature - CLUSTERDOWN error handling
    ๐Ÿ”‹ Feature - getConfig, setConfig methods added to RedisNode interface

    ๐Ÿ›  Fixed - empty sentinels list handling
    ๐Ÿ›  Fixed - RMapCache.clear() method clears maxSize option
    ๐Ÿ›  Fixed - Redisson slowdowns access to hibernate in fallback mode
    ๐Ÿ›  Fixed - Sentinel hostname isn't used for ssl connection during Redisson startup
    ๐Ÿ›  Fixed - RBloomFilter methods throw NPE if RedisException thrown
    ๐Ÿ›  Fixed - RAtomicDouble.getAndSet() method throws NPE
    ๐Ÿ›  Fixed - RAtomicLong.getAndSet() method throws NPE
    ๐Ÿ›  Fixed - ClassCastException thrown in Tomcat environment
    ๐Ÿ›  Fixed - RSetMultimap.get().delete() and RListMultimap.get().delete() methods throw exception
    ๐Ÿ›  Fixed - blocking commands connected to Redis Cluster aren't resubscribed after Master node failover
    ๐Ÿ›  Fixed - connection leak if SSL connection got reconnected