-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bloom support #2673
bloom support #2673
Conversation
ofekshenawa
commented
Aug 13, 2023
- bloom - initial import
- Adds test for Bloom commands
- Finishes bloom and cuckoo filters
- Bloom, Cuckoo and CMS finished
- Adds cms commands to interface
- Adds TopK
- Update for latest resp3 changes. Use a custom INFO response objects for all data structures
- Adds tidigest commands (tdigest.merge missing)
- Cleanup
- More cleanups
- Adds TDigestMerge
- Applies fixes after review
- Specifies number sizes
- Missed file in commit
- Improves API for BFInfo with args
- Add SCANDUMP and LOADCHUNK for bf and cf
- Add SCANDUMP and LOADCHUNK for bf and cf (Add SCANDUMP and LOADCHUNK for bf and cf #2668)
…or all data structures
Update the README as discussed please |
Hello because the probabilistic methods are defined in a private interface, included on the Universal client interface, we did not see the new methods in the documentation. it may be a minor issue, but it is a little bit annoying— I had to use an IDE to find the cuckoo and bloomd methods. is it possible include in another way? Perhaps keep the interfaces public? https://pkg.go.dev/github.com/go-redis/redis/v9#UniversalClient there is a link to https://pkg.go.dev/github.com/go-redis/redis/v9#Cmdable thanks |