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 count-min sketch data structure and commands #2425

Open
1 of 2 tasks
PragmaTwice opened this issue Jul 15, 2024 · 2 comments
Open
1 of 2 tasks

Support count-min sketch data structure and commands #2425

PragmaTwice opened this issue Jul 15, 2024 · 2 comments
Labels
enhancement type enhancement good first issue Good for newcomers help wanted Good for newcomers

Comments

@PragmaTwice
Copy link
Member

Search before asking

  • I had searched in the issues and found no similar issues.

Motivation

Redis Stack already supports this probabilistic data structure, and we can support it too.

https://redis.io/docs/latest/develop/data-types/probabilistic/count-min-sketch/
https://redis.io/docs/latest/commands/?group=cms

Solution

Please share your design proposal through issue/discussion before submitting a PR.

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@PragmaTwice PragmaTwice added enhancement type enhancement help wanted Good for newcomers good first issue Good for newcomers labels Jul 15, 2024
@jonathanc-n
Copy link
Contributor

Can I be assigned this issue?

@mapleFU
Copy link
Member

mapleFU commented Aug 18, 2024

@jonathanc-n FYI, you can first add a proposal, like [1][2], then after discussion, you can draft the website work and in the mean time working on implementation

[1] #2438
[2] #2449
[3] apache/kvrocks-website#207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type enhancement good first issue Good for newcomers help wanted Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants