### Motivation ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Redis Stack supports Cuckoo Filter as a probabilistic data structure, and Kvrocks can support it as part of RedisBloom compatibility. ### Tracking - [x] CF.RESERVE command: #3481 - [x] CF.ADD command: #3481 - [ ] CF.ADDNX command @nhancdt2602 - [ ] CF.EXISTS/CF.MEXISTS command: #3467 - [ ] CF.COUNT command @ChaseForward - [ ] CF.DEL command : https://github.com/apache/kvrocks/pull/3567 - [ ] CF.INFO command @ChaseForward - [ ] CF.INSERT command @geetanshjuneja - [ ] CF.INSERTNX command @geetanshjuneja - [ ] CF.SCANDUMP command - [ ] CF.LOADCHUNK command (base on CF.SCANDUMP) ### Solution - #3530 ### Are you willing to submit a PR? - [x] I'm willing to submit a PR!
Motivation
Search before asking
Motivation
Redis Stack supports Cuckoo Filter as a probabilistic data structure, and Kvrocks can support it as part of RedisBloom compatibility.
Tracking
Solution
Are you willing to submit a PR?