redisson 3.16.8 releases: Rich Redis client

Redisson – distributed Java objects and services (Set, Multimap, SortedSet, Map, List, Queue, BlockingQueue, Deque, BlockingDeque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Executor service, Tomcat Session Manager, Scheduler service, JCache API) on top of Redis server. Rich Redis client.

Redisson

Features

Redisson 3.16.8 released.
Changelog

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