Skip to content

4.0.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sazzad16 sazzad16 released this 09 Dec 10:31
· 627 commits to master since this release
e56e46b

🔥 Breaking Changes

  • Most SortedSet methods are changed to return Java List instead of Set (#2709)
  • Renamed RedisCommandObjects to CommandObjects and RedisClusterCommandObjects to ClusterCommandObjects

🚀 New Features

  • Implemented JedisSharding
  • Implemented ClusterPipeline and ShardedPipeline
  • Support exclusive range in XRANGE command (#2719)

🧰 Maintenance

  • Restored Jedis 3 sendCommand methods