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

Redisson 3.17.7发布

Redisson 3.17.7发布

Improvement – Failed connection ping isn’t taken in account in Redis slave health check

Fixed – RScheduledExecutorService cron expression doesn’t support year
Fixed – replaceValues() method of RListMultimap and RSetMultimap throws exception for empty collection
Fixed – RedissonBaseLock throws NPE after failover
Fixed – Spring Data Redis evalsha() method doesn’t use key for Redis node routing in Cluster mode
Fixed – DNS change isn’t detected in replicated mode
Fixed – RCollectionReactive.addAll() method is executed without subscription
Fixed – RKeysAsync.countExists() method throws errors in cluster mode
Fixed – Spring Data Redis reactive setIfAbsent should return false on error (thanks @zhuangzibin)
Fixed – Micronaut native image configuration
Fixed – RBatchReactive execution stuck forever if useScriptCache = true
Fixed – NameMapper is applied incorrectly to RBoundedBlockingQueue object
Fixed – incorrect IPv6 conversion
Fixed – Spring Boot Module ignores username parameter set via Spring Redis config
Fixed – SpringBoot yaml configuration parsing errors shouldn’t be suppressed