Releases: sazzad16/jedis
2.9.3
- Update commons-pool2 version to 2.4.3
- Fix
evalsha(script)
throwing JedisDataException - Fix
bitop(BitOP.NOT, destKey, ...)
with multiple sources keys to fail - Fix
PipelineBase.zadd(...)
2.10.1
2.9.2
Changes:
-
Modified
Tuple.compareTo()
andTuple.equals()
-
Added ability to read infinity as score of SortedSet
-
Deprecated JedisCluster(HostAndPort node, ...) constructors
new JedisCluster(node, ...)
can be replaced with
new JedisCluster(Collections.singleton(node), ...)
or any other variants -
Deprecated
BuilderFactory.TUPLE_ZSET_BINARY
Consider usingBuilderFactory.TUPLE_ZSET
Related commits can be found here; dated from Oct 17, 2017
to Nov 5, 2017
2.10.0
Changes:
-
Added UNLINK command
-
Added variadic HSET command
-
Added TOUCH command
-
Added SWAPDB command
-
Added HSTRLEN command
-
Added PING message command
-
Added Jedis(HostAndPort hp) and similar constructors
-
Deprecated BinaryClient.LIST_POSITION
Consider usingredis.clients.jedis.ListPosition
-
Deprecated JedisCluster.Reset
Consider usingredis.clients.jedis.ClusterReset
-
Added SLF4J for logging
Also include changes from 2.9.1 and 2.9.2.
Related commits can be found here; dated from Aug 19, 2016
to Nov 5, 2017
2.9.1
Changes:
-
Fixed Transaction not returning null (link)
-
Added support for client name in JedisCluster (link)
-
Fix for Sentinel MasterListener uncaught exception death (link)
-
Changed BinaryJedis bitfield to return List<Long> (link)
-
Fixed pexpireAt (link)
Related commits can be found here; dated from Aug 19, 2016
to Aug 23, 2017