皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Redisson 3.20.0发布

Redisson 3.20.0发布

Feature – new Multi cluster mode which supports AWS Redis Global Datastore and Azure Redis Cache active-passive replication
Feature – Proxy mode supports RLEC Active-Active databases
Feature – monitorIPChanges setting added for replicated servers mode
Feature – auto-detection of unavailable master in replicated mode (thanks @nicdard)

Fixed – RLock can only be obtained by single redisson node if None of slaves were synced error occurred
Fixed – RSetMultimapReactive.get() method throws ClassCastException
Fixed – Redisson doesn’t start in Spring Boot Native image
Fixed – RedissonClient.shutdown(long, long, TimeUnit) method isn’t overridden by cluster, replicated and sentinel managers
Fixed – Node hasn’t been discovered yet error isn’t resolved by a new attempt for RBatch and RLock objects
Fixed – RMapCache.addAndGet() method doesn’t handle Long type properly
Fixed – eventLoopGroupconnectionListener and executor settings can’t be defined through YAML configuration
Fixed – keySet()values()entrySet() methods of RLocalCachedMap return empty result if storeMode == LOCALCACHE