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

Redisson 3.17.5发布

Redisson 3.17.5发布

Feature – touch()unlink() and delete() methods implemented for transactional RSetCache and RSet objects
Feature – transactional RBucketRMapRMapCacheRSetCacheRSet objects support expire()expireAt() and clearExpire() methods
Feature – ExecutorOptions.idGenerator() setting added
Feature – methods with task id added to RExecutorService interface

Fixed – duplicate subscriptions with RedisMessageListenerContainer in Spring Data Redis 2.7
Fixed – NameMapper applied twice to transactional RBucket
Fixed – some Quarkus environment variables clear all Redisson properties set through config file
Fixed – RJsonBucket.delete() method doesn’t work
Fixed – RExecutorService.submitAsync(Callable, long, TimeUnit) method throws ClassCastException (thanks @xyqshi)
Fixed – Lock synced slaves check
Fixed – reactive scripting commands throw ClassCastException if result is list of list
Fixed – RBatch.getJsonBucket() method should return RJsonBucketAsync interface