Jedis is a popular Java client for connecting to Redis databases. The Jedis community recently released important bug fixes and optimizations, and we recommend upgrading your Jedis version.
Bug fixes and optimizations
Jedis 3.10.0 includes the following bug fixes and optimizations.
Bug fix: Fixes a bug in JedisCluster mode that prevented the client from obtaining a valid connection address when accessing a Tair instance by its domain name after the DNS mapping changed. For more information, see redis/jedis#3370.
Optimization: The Jedis client no longer sends the QUIT command when a connection is closed. This prevents connection spikes on the instance. For more information, see redis/jedis#3377.
Version recommendations
If you use Jedis 4.x.x or 5.x.x, upgrade to the latest version.
If you use Jedis 2.x.x or 3.x.x, upgrade to version 3.10.0 or later.