Redisson v3.11.4 Release Notes

Release Date: 2019-09-24 // over 4 years ago
  • ๐Ÿ”‹ Feature - support search by numeric fields in LiveObject search engine. Follow conditions are supported: greater than on equal, greater than, lower than, lower than or equal

    ๐Ÿ›  Fixed - threads blocked waiting on CountDownLatch
    ๐Ÿ›  Fixed - rename and renamenx methods of RMultimap interface aren't working
    ๐Ÿ›  Fixed - memory leak caused by FastThreadLocal object used in CodecDecoder
    ๐Ÿ›  Fixed - blocking queue methods don't re-throw InterruptedException
    ๐Ÿ›  Fixed - RExecutorService tasks duplication after task retry event
    ๐Ÿ›  Fixed - Redisson.shutdown method blocks calling thread
    ๐Ÿ›  Fixed - Spring Boot default connection timeout is 0 seconds
    ๐Ÿ›  Fixed - IPv6 handling in Sentinel manager (thanks to AndreevDm)
    ๐Ÿ›  Fixed - RMapCache.remainTimeToLive method returns negative remain time
    ๐Ÿ›  Fixed - RBuckets.get method doesn't work in Redis cluster mode
    ๐Ÿ›  Fixed - wrong error message if Sentinel server has misconfiguration