Jedis 3.4.1 released, Redis Java client

Recently, Jedis released version 3.4.1. Jedis is a toolkit officially launched by Redis for connecting to Redis clients via Java.

This update includes:

Enhanced features:

  • Added two JedisPool constructors with user and password parameters ( #2325 )

Bug fix:

  • Resolve errors in the JedisPool constructor when initializing JedisFactory. ( #2318 ) ( #2319 )

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

Guess you like

Origin www.oschina.net/news/124882/jedis-3-4-1-released