Redisson v3.13.6 Release Notes

Release Date: 2020-10-14 // over 3 years ago
  • ๐Ÿ‘Œ Improvement - set pingConnectionInterval = 30000 by default

    ๐Ÿ›  Fixed - CROSSLOT error thrown during RLiveObject update
    ๐Ÿ›  Fixed - RRateLimiter.delete() method returns false
    ๐Ÿ›  Fixed - RBitSet.set(long bitIndex, boolean value) should return boolean
    ๐Ÿ›  Fixed - RBatch doesn't handle MOVED, ASK Redis errors in Redis
    ๐Ÿ›  Fixed - "response has been skipped due to timeout" warnings were removed
    ๐Ÿ›  Fixed - additional check for blocking command added in PingConnectionHandler
    ๐Ÿ›  Fixed - object's name should be checked for null
    ๐Ÿ›  Fixed - redisson-spring-boot-starter doesn't load config file
    Fixed - RTransaction should be executed in IN_MEMORY_ATOMIC mode
    ๐Ÿ›  Fixed - high contention during connection acquisition from connection pool