Skip to content
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

Fully support Redis 8.0 native probabilistic data structures #4105

Open
e271828- opened this issue Nov 10, 2024 · 0 comments
Open

Fully support Redis 8.0 native probabilistic data structures #4105

e271828- opened this issue Nov 10, 2024 · 0 comments

Comments

@e271828-
Copy link

https://github.com/redis/redis/releases/tag/8.0-m01

New Features in binary distributions

  • 7 new data structures: JSON, Time series, Bloom filter, Cuckoo filter, Count-min sketch, Top-k, t-digest

Existing dragonfly bloom support is incomplete (e.g. missing BF.CARD) which makes it not a drop-in replacement for existing code.

Probably time to revisit this: with 8.0, all 5 probabilistic data structures above are part of the standard Redis distribution, and use will only increase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant