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
Support basic BF.RESERVE, BF.ADD, BF.EXISTS. This is a bit complex, it need to design the structure and metadata of BloomFilter. For simplicity, we can briefly implement only NOSCALING first ( Add the support of basic scalable bloom #1699 )
Search before asking
Motivation
Currently we intent to support RedisBloom. We separate the task into some subtasks:
BF.RESERVE
,BF.ADD
,BF.EXISTS
. This is a bit complex, it need to design the structure and metadata of BloomFilter. For simplicity, we can briefly implement onlyNOSCALING
first ( Add the support of basic scalable bloom #1699 )BF.CARD
( Add the support of the BF.MEXISTS and BF.CARD Command #1756 )BF.INFO
( Add the support of the bloom BF.INFO command #1710 )BF.MADD
( Add the support of the BF.MADD command #1758 )BF.INSERT
BF.MEXIST
( Add the support of the BF.MEXISTS and BF.CARD Command #1756 )Solution
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: