Redisson v3.15.6 Release Notes

  • ๐Ÿ›  Fixed - RedisSentinel.getMaster() method throws NPE
    ๐Ÿ›  Fixed - RSemaphore.drainPermits() throws ClassCastException
    ๐Ÿ›  Fixed - missed implementation of few methods in Spring Data's RedissonConnection
    ๐Ÿ›  Fixed - RLocalCachedMap.containsKey() method doesn't invoke map loader
    ๐Ÿ›  Fixed - RSemaphore permits can't be acquired due to "Maximum permit count exceeded" error
    ๐Ÿ›  Fixed - RedissonNode unable to start due to ClassNotFoundException
    ๐Ÿ›  Fixed - SENTINEL SENTINELS command timeout (thanks to @zhwq1216)
    ๐Ÿ›  Fixed - JCachingProvider shouldn't depend on class from Jackson 2.12.x
    ๐Ÿ›  Fixed - JCache.get() method swallows Redis errors
    ๐Ÿ›  Fixed - RLocalCachedMap doesn't used MapLoader if storeMode = LOCALCACHE