Redisson v3.11.5 Release Notes

Release Date: 2019-10-26 // over 4 years ago
  • 🔋 Feature - Automatic-Module-Name entry added to manifest file
    🔋 Feature - subscribeOnElements method added to RBlockingQueue object
    🔋 Feature - subscribeOnFirstElements and subscribeOnLastElements methods added to RBlockingDeque object
    🔋 Feature - subscribeOnFirstElements and subscribeOnLastElements methods added to RScoredSortedSet object
    🔋 Feature - support of Spring Data Redis 2.2.x
    🔋 Feature - added batched persist method to RLiveObjectService object
    🔋 Feature - Kryo5Codec implemented

    🛠 Fixed - host details in Redis url cause extra bracket at the end
    🛠 Fixed - RBuckets.get() method doesn't work with custom codec
    🛠 Fixed - RLock.unlock() method hangs forever
    🛠 Fixed - RStream.trim method throws exception
    🛠 Fixed - Spring Data pubsub listeners executes multiple times
    🛠 Fixed - Redis commands processing handler consumes 100% of CPU resources