Releases: RedisBloom/JRedisBloom
Releases · RedisBloom/JRedisBloom
2.2.2
Changes
- Address TDIGEST.ADD changes (#71)
2.2.0
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
Enhancements
- TDigest commands (#52)
- Support EXPANSION and NONSCALING options (#54)
Changes
- Fix INSERT response generation (#51)
Dependencies
2.1.0
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
- 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
- add support for Cluster TopK (thanks to @joyang1)
1.2.0
- fixed bug on delete not releasing connection
- Client implement Closeable to implicit call close method in try code block.
1.1.0
Add support for Cluster API