Skip to content

2.9.2

Compare
Choose a tag to compare
@sazzad16 sazzad16 released this 06 Nov 10:38
· 77 commits to 2.9 since this release

Changes:

  • Modified Tuple.compareTo() and Tuple.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 using BuilderFactory.TUPLE_ZSET

Related commits can be found here; dated from Oct 17, 2017 to Nov 5, 2017