Jedis 3.5.0 released, Redis's Java client development kit

Jedis 3.5.0 is released. Jedis is a Java-oriented Redis client officially recommended by Redis and is fully compatible with the new version of Redis.

This update includes:

Enhanced function

  • Support LPOP and RPOP through COUNT option (Redis >= 6.2) ( #2338 )
  • Update dependencies (junixsocket: 2.3.2 & log4j: 2.13.3) ( #2329 )
  • Add support for blocking version of sendCommand (for Redis module) ( #2321 )

Bug fix

  • Fix the problem of missing infiniteSoTimeout in the JedisSentinelPool constructor ( #2341 )
  • Fix the problem that JedisClusterConnectionHandler lacks username ( #2343 )

More version update information: https://github.com/redis/jedis/releases

Guess you like

Origin www.oschina.net/news/127166/jedis-3-5-0-released