redisson-3.19.2
版本发布时间: 2023-02-01 20:24:37
redisson/redisson最新发布版本:redisson-3.35.0(2024-08-22 17:53:49)
Fixed - RLock
instance can acquire lock with previous leaseTime if it's not specified
Fixed - RMap.computeAsync()
method causes deadlock if MapLoader is defined
Fixed - RBoundedBlockingQueue.offer()
methods always use global codec
Fixed - Spring Boot clientName
setting isn't used
Fixed - connectTimeout
setting is set incorrectly if Spring Boot 2.4.0+
Fixed - command replies don't match if exception is thrown in CommandEncoder
Fixed - empty result of BLMPOP command causes IndexOutOfBoundsException
Fixed - canceled blocking operation isn't interrupted immediately in some cases
Fixed - RStream.read() and RStream.readGroup() methods are hang forever is timeout > 0 and < 1000 milliseconds
Fixed - CacheLoader.loadAll()
method isn't called by JCache.getAll()
method if readThrough=true
Fixed - Kryo5Codec
Serializers don't work in GraalVM native image mode
Fixed - LinkedHashMap
and LinkedHashSet
objects can't be decoded properly by Kryo5Codec
Fixed - NameMapper
isn't applied to RFunction
and RScript
objects
Fixed - RFunction.callAsync()
method called with RBatch
object throws MOVED
errors in Redis cluster mode
Fixed - RFunction.loadAndReplace()
method uses incorrect command parameters
Fixed - codec
, nettyHook
, addressResolverGroupFactory
, connectionListener
settings can't be defined through Quarkus or Helidon config
Fixed - RFunction.load()
method uses incorrect command parameters
Fixed - empty RTopic
message handling (thanks @MooRoakee)