Redisson v3.11.3 Release Notes

Release Date: 2019-08-30 // over 4 years ago
  • 🔋 Feature - JBoss Marshalling codec implementation
    🔋 Feature - support for Spring's @Autowired, @Value and JSR-330 @Inject annotations in ExecutorService tasks
    🔋 Feature - SSL support for Sentinel mode
    🔋 Feature - sizeInMemory() method added to RObjectReactive and RObjectRx interfaces
    🔋 Feature - getId() method added to RedissonClient, RedissonRxClient, RedissonReactiveClient interfaces

    👌 Improvement - useCache parameter added to FstCodec
    👌 Improvement - URL object should be used for sslKeystore and sslTruststore settings

    🛠 Fixed - RedisTimeoutException thrown if retryAttempts set to 0
    🛠 Fixed - RStream.readGroup method doesn't work properly with TypedJsonJacksonCodec
    🛠 Fixed - semaphore object is not deleted after RLocalCachedMap.clearLocalCache method invocation
    🛠 Fixed - Redisson couldn't be shutdown if one of RBatch commands was canceled