Redisson v2.1.5 Release Notes

  • ๐Ÿ”‹ Feature - new methods with limit option support were added to RLexSortedSet: lexRange, lexRangeHead, lexRangeHeadAsync, lexRangeTail, lexRangeTailAsync, lexRangeAsync (thanks to jackygurui)
    ๐Ÿ”‹ Feature - new methods with limit option support were added to RScoredSortedSet: valueRange, valueRangeAsync, entryRange, entryRangeAsync, valueRange, valueRangeAsync (thanks to jackygurui)
    ๐Ÿ”‹ Feature - LOADING Redis server response handling
    ๐Ÿ”‹ Feature - RKeys.getSlot method added
    ๐Ÿ”‹ Feature - new config options reconnectionTimeout, failedAttempts, connectTimeout, slaveSubscriptionConnectionMinimumIdleSize, masterConnectionMinimumIdleSize, 'slaveConnectionMinimumIdleSize, idleConnectionTimeout
    ๐Ÿ”‹ Feature - RBitSet object added
    ๐Ÿ”‹ Feature - RBlockingQueue.pollFromAny and RBlockingQueue.pollFromAnyAsync methods added
    ๐Ÿ‘Œ Improvements - LoadBalancer interface refactored
    ๐Ÿ›  Fixed - RedisTimeoutException message
    ๐Ÿ›  Fixed - command execution timeout handling
    ๐Ÿ›  Fixed - RList.addAllAsync
    ๐Ÿ›  Fixed - RSet.iterator
    ๐Ÿ›  Fixed - RBatch.execute and RBatch.executeAsync errors handling