github redisson/redisson redisson-3.13.1

3 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

Don't miss a new redisson release

NewReleases is sending notifications on new releases.