Releases: redis/jedis
Releases · redis/jedis
v2.5.1
v2.5.0
- HyperLogLog support
- BITPOS command
- More JedisCluster fixes
- ShardedJedisPool is now Closeable
- General bugfixes and improvements
v2.4.2
- Improvements on the connection handling of JedisCluster
- JedisCluster is now multi-threaded
- Pipeline and multi work smoothly
- Returning null to pool won't throw an exception
- A few other bugfixes
v2.4.1
This is a bugfix release and test fixes and test stability.
- Removed redundant call to connectionPool.getResource() in method getConnectionFromSlot(int slot) in class JedisSlotBasedConnectionHandler
- Sentinel unit tests are now reliable and repeatable. Also they work much much faster.
- Cluster tests are much faster, reliable and repeatable.
- Add travis-ci
v2.4.0
- Support for Redis Cluster hashtags
Jedis
,BinaryJedis
andConnection
are now Closeable, which means they can be used in try-with-resources.- Introduced new sentinel commands: SENTINEL failover, SENTINEL monitor, SENTINEL remove, SENTINEL set.
SCAN
commands cursor is nowString
. Although this release is backward compatible.- Deprecated
TransactionBlock
andPipelineBlock
EVAL
now is fixed to return the correct values.- And a few minor bugfixes.
Enjoy!
v2.3.1
v2.3.0
- Support for Redis Cluster
- Implement SCAN command
- Implement WAIT command
- Implement PUBSUB command
- Upgrade to Apache Commons Pool 2
- And lots of small bugfixes and improvements
v2.2.0
It's been a long time since the last release. But at least here it is! I hope you enjoy it and I also hope it won't be long before we get the next one.
Thanks to the community, who helped so much! You are great!
Changelog:
- Sentinel support
- Fix #438
- Support new commands and new command options
- Support eval in pipeline
- And lots of other wonderful things!!!