Redisson v2.2.1 Release Notes

  • ๐Ÿ†• Feature - new object added RReadWriteLock with reentrant read/write locking
    ๐Ÿ†• Feature - new object added RMapCache map-based cache with TTL support for each entry
    ๐Ÿ†• Feature - new object added RSetCache set-based cache with TTL support for each value
    ๐Ÿ”‹ Feature - RBatchReactive.getKeys method added
    ๐Ÿ”‹ Feature - RMap.values(), RMap.keySet(), RMap.entrySet() reimplemented with live-view objects
    ๐Ÿ”‹ Feature - RObjectReactive.isExists, RObject.isExists and RObject.isExistsAsync added
    ๐Ÿ›  Fixed - RLock.unlock not thrown IllegalMonitorStateException