Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Cuckoo filter data structure and commands #2534

Open
2 of 14 tasks
jonathanc-n opened this issue Sep 14, 2024 · 0 comments
Open
2 of 14 tasks

Support for Cuckoo filter data structure and commands #2534

jonathanc-n opened this issue Sep 14, 2024 · 0 comments
Labels
enhancement type enhancement

Comments

@jonathanc-n
Copy link
Contributor

jonathanc-n commented Sep 14, 2024

Search before asking

  • I had searched in the 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?

  • I'm willing to submit a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type enhancement
Projects
None yet
Development

No branches or pull requests

1 participant