Redisson v3.16.8 Release Notes

  • ๐Ÿ›  Fixed - Quarkus redisson config fails to load in cluster mode with one node address
    ๐Ÿ›  Fixed - registered RReliableTopic listener doesn't get old messages
    ๐Ÿ›  Fixed - pubsub channel isn't released if subscription timeout occurred
    ๐Ÿ›  Fixed - Quarkus Redisson config should be read at runtime
    ๐Ÿ›  Fixed - RTopic channels aren't unsubscribed
    ๐Ÿ›  Fixed - race condition causes Subscription timeout
    ๐Ÿ›  Fixed - RMapCache.readAllKeySet() doesn't use MapKey codec
    ๐Ÿ›  Fixed - Spring Data Redis RedissonConnection doesn't implement lpos command (thanks @woodyDM)
    ๐Ÿ›  Fixed - master host isn't formatted into compressed format for IPV6 addresses in Sentinel mode
    ๐Ÿ›  Fixed - Spring Data Redis restore() method throws Busy exception