Databases 2 min read

Redisson 3.13.2 Released with New Features and Bug Fixes

Redisson version 3.13.2, a Java‑based Redis client with in‑memory data grid capabilities officially recommended by Redis, has been released, introducing sharding support via ShardedRedisson, new CLUSTERDOWN error handling, added configuration methods to RedisNode, and numerous bug fixes covering sentinel handling, cache clearing, SSL reconnection, and more.

Laravel Tech Community
Laravel Tech Community
Laravel Tech Community
Redisson 3.13.2 Released with New Features and Bug Fixes

Redisson 3.13.2 has been released. It is a Java‑written Redis client that provides in‑memory data grid functionality and is officially recommended by Redis.

Main updates include:

Use ShardedRedisson object for partitioning (sharding) Redis setups.

Add new CLUSTERDOWN error handling.

Add getConfig and setConfig methods to the RedisNode interface.

Fix handling of empty sentinel lists.

Fix RMapCache.clear() method clearing issue with maxSize option.

Fix slowdown of Redisson accessing Hibernate in fallback mode.

Fix Redisson startup issue where sentinel hostnames were not used for SSL connections.

Fix RBloomFilter methods throwing NullPointerException when a RedisException is thrown.

Fix RAtomicDouble.getAndSet() method NullPointerException.

Fix RAtomicLong.getAndSet() method NullPointerException.

Fix ClassCastException in Tomcat environments.

Fix exceptions thrown by RSetMultimap.get().delete() and RListMultimap.get().delete() methods.

Fix issue where blocked commands to a Redis cluster were not re‑subscribed after a master node failover.

Fix connection leak when an SSL connection is re‑established.

JavaRedisRedissonIn-Memory Data GridBug Fixesdatabase client
Laravel Tech Community
Written by

Laravel Tech Community

Specializing in Laravel development, we continuously publish fresh content and grow alongside the elegant, stable Laravel framework.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.