Redisson v3.13.1 Release Notes

Release Date: 2020-06-11 // almost 4 years ago
  • ๐Ÿ”‹ Feature - Spring Data Redis 2.3.0 integration
    ๐Ÿ”‹ Feature - setIfExists method added to RBucket, RBucketRx, RBucketReactive interfaces
    ๐Ÿ”‹ Feature - RExpirable interface added to RRateLimiter

    ๐Ÿ›  Fixed - Topic channels connected to master node aren't resubscribed
    ๐Ÿ›  Fixed - RedissonCacheStatisticsAutoConfiguration conditions aren't match
    ๐Ÿ›  Fixed - RTimeSeries.destroy() method doesn't work
    ๐Ÿ›  Fixed - Redis Cluster topology scanning stopped if error occured while adding new master
    ๐Ÿ›  Fixed - StreamInfoDecoder to adapt to layout of XINFO response (thanks to @fawitte)
    ๐Ÿ›  Fixed - Redis Cluster manager throws error Slot hasn't been discovered yet after failover
    ๐Ÿ›  Fixed - Spring Data Redis RedisConnection.set() method returns null
    ๐Ÿ›  Fixed - RQueueReactive.poll(int limit) method should return Mono<List<V>>
    ๐Ÿ›  Fixed - RQueueRx.poll(int limit) method should return Single<List<V>>
    ๐Ÿ›  Fixed - RedissonSetMultimap.removeAll method removes reference to nested set
    ๐Ÿ›  Fixed - WriteRedisConnectionException is thrown after Redis Cluster failover
    ๐Ÿ›  Fixed - RBatch object doesn't wait ending of sync slaves process
    ๐Ÿ›  Fixed - ssl connection can't be established if Redis Sentinel was discovered by DNSMonitor
    ๐Ÿ›  Fixed - some tasks are not executed if RedissonNode shutdown
    ๐Ÿ›  Fixed - NatMapper is not applied to the first online Sentinel in list