Skip to content

Releases: RedisBloom/JRedisBloom

2.2.2

09 Oct 13:23
7484492
Compare
Choose a tag to compare

Changes

  • Address TDIGEST.ADD changes (#71)

2.2.1

20 Sep 13:02
8f33d96
Compare
Choose a tag to compare

Changes

2.2.0

19 Nov 04:59
0dc2c40
Compare
Choose a tag to compare

Change Log

Commands and Arguments

  • TDigest commands (#52)
  • Support EXPANSION and NONSCALING options (#54)

Other Changes

  • JRedisBloom can be instantiated using a Jedis instance (#57)
  • Fix INSERT response generation (#51)
  • Upgrade redis.clients:jedis to 3.7.0

2.2.0-RC2

06 Oct 12:42
9c7609b
Compare
Choose a tag to compare
2.2.0-RC2 Pre-release
Pre-release

Enhancements

  • TDigest commands (#52)
  • Support EXPANSION and NONSCALING options (#54)

Changes

  • Fix INSERT response generation (#51)

Dependencies

2.1.0

03 Feb 14:11
2a08ca0
Compare
Choose a tag to compare

Enhancements

  • Support BF.INFO command (#25)
  • Implements Count-Min-Sketch RedisBloom Commands (#29)
  • Implements Cuckoo Filter RedisBloom Commands (#31)
  • Upgrade redis.clients:jedis to 3.5.1 (#34)

Thanks to: @bsbodden and @dengliming for the contributing!

2.0.0

19 Aug 08:27
23ef2ae
Compare
Choose a tag to compare
  • Add TopK support (#10)
  • Support BF.INSERT command (#19)
  • Upgrade redis.clients:jedis from 3.2.0 to 3.3.0 (#20)

Thanks to @joyang1 & @dengliming

v2.0.0-m2

08 Jul 07:50
Compare
Choose a tag to compare
  • add support for Cluster TopK (thanks to @joyang1)

2.0.0-m1

04 Jul 10:57
Compare
Choose a tag to compare

Add TopK support

1.2.0

18 Apr 13:45
Compare
Choose a tag to compare
  • fixed bug on delete not releasing connection
  • Client implement Closeable to implicit call close method in try code block.

1.1.0

24 Dec 12:55
Compare
Choose a tag to compare

Add support for Cluster API