Skip to content

Releases: RedisBloom/redisbloom-go

Version 1.0.0

14 Jun 18:26
4df8630
Compare
Choose a tag to compare

Features

Maintenance

Version 0.9.1

13 Nov 10:46
3a9817c
Compare
Choose a tag to compare

This is a maintenance release for redisbloom-go version 0.9.
Update urgency: Low

Maintenance

  • Enable Go Modules (#24)

  • Tune idle connection check frequency @razitz (#25)

  • Added deprecate notice to NewClient(). Updated Readme with documentation links and Pkg.go.dev examples. (#29)

Thanks to: @razitz and @dengliming for the code contributing and review!

0.9.0

21 Jul 12:24
befe801
Compare
Choose a tag to compare

Added features

  • Add Support for BF.INSERT (#21)
  • Updated Readme test steps (#22)
  • Add Support for BF.LOADCHUNK BF.SCANDUMP (#20)
  • Extended tests coverage (#23)

Fixes

  • Fixed CmsMerge and TopKCount long inputs from []string to []int64. (#23)

Thanks to: @dengliming for the contributing!

0.5.0

24 Jun 09:40
1c2ad0e
Compare
Choose a tag to compare

Added features

Thanks to: @dengliming for the contributing!

0.3.0

15 Jun 07:29
13aa478
Compare
Choose a tag to compare

Added Features

  • Added Support for TopK Filter Commands (#12)
  • Added Support for BF.MEXISTS BF.MADD (#13)
  • Added NewClientFromPool and Close methods (#4)

Changes

  • Added gofmt automation/check. Added release drafter github action (#14)
  • Added example for NewClientFromPool (#5)

Thanks to: @dengliming for the contributing!

0.2.0

16 Apr 21:07
Compare
Choose a tag to compare
  • Add BF.INFO
  • Add BF.RESERVE

0.1.0

15 Apr 22:35
ea3ba8e
Compare
Choose a tag to compare
  • Initial version with minimal support for BF.* commands