You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
https://github.com/redis/redis/releases/tag/8.0-m01
New Features in binary distributions
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.
The text was updated successfully, but these errors were encountered: