dragonflydb / dragonfly

A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
Other
25.96k stars 954 forks source link

Fully support Redis 8.0 native probabilistic data structures #4105

Open e271828- opened 1 week ago

e271828- commented 1 week ago

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.