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.
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.