Releases: RedisBloom/redisbloom-py
Releases · RedisBloom/redisbloom-py
Version 0.5.0
Changes
- Add deprecation warning and update version (#47)
- Fixing unit test code (#49)
Version 0.4.1
Changes
- Pinning redis to 3.5.3 (#43)
- Changing RedisLabs to Redis in select places (#38)
- Virtualenv fix for pypi cache issue (#41)
- Python 3.10 support, trove, and ci (#40)
- Add TOPK.LIST WITHCOUNT param (#36)
- TopK.list returns results by score (#35)
- docs fix (#32)
- lgtm tag and fixes (#21)
Features
- add T-Digest support (#25)
0.4.0
- Support CF.INFO BF.INFO command (#15)
- LOADDUMP changed to LOADCHUNK for Cuckoo filter (#16)
- Fix a bug belongs to bloomfilter's command bfInsert (#17)
0.3.2
Fix pypi package and release
0.3.1
Fix pypi package and release
0.3.0
Add support for Pipelines (#9)
0.2.0
Update for TopK.Add which returns expelled items
0.1.0
bloom client + tests (#1)
Initial RedisBloom client + tests