Skip to content

Releases: RedisBloom/redisbloom-py

Version 0.5.0

04 Sep 09:03
ae1019f
Compare
Choose a tag to compare

Changes

  • Add deprecation warning and update version (#47)
  • Fixing unit test code (#49)

Version 0.4.1

17 Nov 10:28
0d3f64e
Compare
Choose a tag to compare

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

30 Jun 08:48
Compare
Choose a tag to compare
  • 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

05 Jan 15:03
Compare
Choose a tag to compare

Fix pypi package and release

0.3.1

26 Dec 08:35
Compare
Choose a tag to compare

Fix pypi package and release

0.3.0

20 Dec 18:15
05dd326
Compare
Choose a tag to compare

Add support for Pipelines (#9)

0.2.0

24 Jun 14:53
de7f1bf
Compare
Choose a tag to compare

Update for TopK.Add which returns expelled items

0.1.0

12 Jun 08:09
Compare
Choose a tag to compare
bloom client + tests (#1)

Initial RedisBloom client + tests