v2.4.0
xetorthio
released this
12 Feb 15:51
·
1801 commits
to master
since this release
- 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!