Skip to content

Releases: sazzad16/jedis

2.9.3

06 Dec 06:04
Compare
Choose a tag to compare
  • 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

06 Dec 06:20
Compare
Choose a tag to compare
  • Add SET with EX/PX without NX/XX
  • Add variadic version of HSET
  • Add KEYS by hash tag in cluster mode
  • Add Jedis(HostAndPort) and similar constructors

Also include changes from 2.9.3.

2.9.2

06 Nov 10:38
Compare
Choose a tag to compare

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

2.10.0

06 Nov 10:39
Compare
Choose a tag to compare

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 using redis.clients.jedis.ListPosition

  • Deprecated JedisCluster.Reset
    Consider using redis.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

16 Oct 11:47
Compare
Choose a tag to compare

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