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