All Products
Search
Document Center

Tair (Redis® OSS-Compatible):Jedis client upgrade recommendation

Last Updated:Jun 18, 2026

Jedis is a popular Java client for Redis. The Jedis community has released important bug fixes and optimizations. We recommend that you upgrade your Jedis version.

Bug fixes and optimizations

Jedis 3.10.0 includes the following bug fixes and optimizations.

  • Bug fix: Fixed an issue in JedisCluster mode where the client failed to obtain a valid connection address after a DNS mapping change when accessing a Tair instance by domain name. For more information, see redis/jedis#3370.

  • Optimization: The Jedis client no longer sends the QUIT command when closing a connection, which 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.

Related documentation