LiuQhahah opened a new issue, #3123: URL: https://github.com/apache/kvrocks/issues/3123
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Redis Stack already supports this probabilistic data structure, and we can support it too. [Support for Cuckoo filter data structure and commands](https://github.com/apache/kvrocks/issues/2534) This includes: - [ ] [CF.RESERVE command] (https://github.com/apache/kvrocks/issues/3122) - [ ] CF.ADD command - [ ] CF.ADDNX command - [ ] CF.EXISTS command - [ ] CF.COUNT command - [ ] CF.DEL command - [ ] CF.INFO command - [ ] CF.INSERT command - [ ] CF.INSERTNX command - [ ] CF.LOADCHUNK command - [ ] CF.MEXISTS command - [ ] CF.SCANDUMP command ### Solution [Cuckoo Filter Design Proposal](https://github.com/apache/kvrocks/discussions/3079) ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
