jonathanc-n opened a new issue, #2534:
URL: https://github.com/apache/kvrocks/issues/2534

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   One of the remaining data structures that are in redis that are not 
implemented in Kvrocks. 
   
   Functionality: 
https://redis.io/docs/latest/develop/data-types/probabilistic/cuckoo-filter/ 
   Commands: https://redis.io/docs/latest/commands/?group=cf 
   
   Tracking
   [ ] CF.ADD command
   [ ] CF.ADDNX command
   [ ] CF.COUNT command
   [ ] CF.DEL command
   [ ] CF.EXISTS command
   [ ] CF.INFO command
   [ ] CF.INSERT command
   [ ] CF.INSERTNX command
   [ ] CF.LOADCHUNK command
   [ ] CF.MEXISTS command
   [ ] CF.RESERVE command 
   [ ] CF.SCANDUMP command
   
   ### Solution
   
   I will create a design proposal through issue/discussion before submitting a 
PR.
   
   ### 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]

Reply via email to