Redisson v3.15.3 Release Notes

  • ๐Ÿ”‹ Feature - connectionListener setting added

    ๐Ÿ›  Fixed - tryAcquire() and availablePermits() method of RRateLimiter object throw too many results to unpack error
    ๐Ÿ›  Fixed - RRateLimiter object throws LUA-script error
    ๐Ÿ›  Fixed - connection leak in Topology Manager for Replicated Redis config
    ๐Ÿ›  Fixed - ConnectionListener.onConnect() method isn't triggered during Redisson start
    ๐Ÿ›  Fixed - addLastIfExists() and addLastIfExists() methods of RDeque object don't work
    ๐Ÿ›  Fixed - ArrayIndexOutOfBoundsException is thrown if Redis master change was unsuccessful
    ๐Ÿ›  Fixed - RScheduledExecutorService.scheduleAtFixedRate() starts multiple instances of the same task if multiple workers defined
    ๐Ÿ›  Fixed - tasks scheduled via RScheduledExecutorService.scheduleAtFixedRate() method aren't executed after some time