Redisson v2.2.6 Release Notes

  • ๐Ÿ†• Feature - new object added RedissonMultiLock
    ๐Ÿ”‹ Feature - move method added to RSet, RSetReactive objects (thanks to thrau)
    ๐Ÿ”‹ Feature - put methods with maxIdleTime param added to RMapCache object
    ๐Ÿ”‹ Feature - RList.subList returns live view object
    ๐Ÿ”‹ Feature - readAll method added to RList and RSet objects
    ๐Ÿ”‹ Feature - trim method added to RList object
    ๐Ÿ”‹ Feature - ability to read/write Redisson config object from/to JSON or YAML format
    ๐Ÿ”‹ Feature - Spring cache integration
    ๐Ÿ”‹ Feature - readMode setting added
    ๐Ÿ‘Œ Improvement - RSetCache object entry eviction optimization
    ๐Ÿ‘Œ Improvement - RList object optimization
    ๐Ÿ‘Œ Improvement - RedissonCountDownLatchAsync interface added
    ๐Ÿ‘Œ Improvement - cluster restrictions removed from loadBucketValues and saveBuckets methods
    ๐Ÿ›  Fixed - wrong ByteBuf read position in all codecs based on StringCodec
    ๐Ÿ›  Fixed - can't connect with password to Sentinel and Elasticache servers
    ๐Ÿ›  Fixed - Cluster slave discovery (regression since 2.1.5)
    ๐Ÿ›  Fixed - Sentinel slave discovery (regression since 2.1.5)