Redisson v3.11.2 Release Notes

Release Date: 2019-08-03 // over 4 years ago
  • ๐Ÿ‘Œ Improvement - RLiveObject interface should extend RExpirable
    ๐Ÿ‘Œ Improvement - RKeys.deleteByPattern method performance improvements

    ๐Ÿ›  Fixed - RBatch.execute method throws NoSuchElementException
    ๐Ÿ›  Fixed - RedisTimeoutException is thrown if retryInterval set to 0
    ๐Ÿ›  Fixed - Set.intersection, union and diff methods should return Integer
    ๐Ÿ›  Fixed - FSTCodec state is not fully copied
    ๐Ÿ›  Fixed - CommandAsyncService.CODECS map changed to Soft reference map
    ๐Ÿ›  Fixed - RKeys.deleteByPatternAsync method doesn't work in batch mode
    ๐Ÿ›  Fixed - subscribe timeouts after failover
    ๐Ÿ›  Fixed - a new attempt is not made if node with defined slot wasn't discovered
    ๐Ÿ›  Fixed - some methods of RScript object doesn't use defined codec
    ๐Ÿ›  Fixed - RedissonConnection.set method returns null if invoked with expiration parameter
    ๐Ÿ›  Fixed - removeAll method doesn't work on collections returned by Multimap based objects