🚀 New Features
-
Introduced JedisPooled
An alternate to JedisPool which implements same interfaces as JedisCluster, allowing easy switch between JedisCluster and JedisPooled. -
Implemented RediJSON 2 commands
-
Restored Jedis 3 classes/methods:
- JedisSentinelPool class
- JedisPubSub abstract class
- BinaryJedisPubSub abstract class
- JedisMonitor abstract class
- Pipeline.syncAndReturnAll() method
-
Added/Changed ACL commands:
- Added ACL DELUSER command
- Added ACL GENPASS command with bits option
- Added aclLogReset() method to support ACL LOG RESET sub-command replacing aclLog(options) method
🐛 Bug Fixes
- Fixed NullPointerException in ClusterPipeline with commands without any key
- Fixed resource leak in ClusterConnectionProvider