Feature – touch()
, unlink()
and delete()
methods implemented for transactional RSetCache
and RSet
objects
Feature – transactional RBucket
, RMap
, RMapCache
, RSetCache
, RSet
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