Redisson 3.23.2 released, officially recommended Redis client

Redisson 3.23.2 is now released. This is a Redis client written in Java with In-Memory Data Grid functionality and officially recommended by Redis.

The update content of this version is as follows:

Feature

  • Micronaut 4.0 Integration

Improvement

  • If SubscriptionMode = UPDATE, then PubSub channels should reconnect from the master node back to the slave node

Fixed

  • Setting retryAttemptsto 0 will cause an exception (regression since 3.23.1)
  • __keyspaceIf an OR channel is defined __keyevent, RTopiconly a single master node in the cluster can subscribe
  • error may occur in some casesSlaveConnectionPool no available Redis entries  
  • AggregationOptions.groupBy()Method throws a StackOverflowError.
  • failedSlaveCheckIntervalValue must be greater than zero to apply
  • If the SyncStrategy = UPDATEmethod RedissonLocalCachedMap.putAllOperation()throwsClassCastException

Update instructions: https://github.com/redisson/redisson/releases/tag/redisson-3.23.2

Guess you like

Origin www.oschina.net/news/251334/redisson-3-23-2-released