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 the DIGEST module data type callback #9

Open
KarthikSubbarao opened this issue Oct 7, 2024 · 1 comment · May be fixed by #21
Open

Support for the DIGEST module data type callback #9

KarthikSubbarao opened this issue Oct 7, 2024 · 1 comment · May be fixed by #21
Assignees

Comments

@KarthikSubbarao
Copy link
Member

Modules can support the DEBUG command on Module data type objects by implementing a Module data type callback. valkey-bloom implements a DIGEST Module data type callback and during a DEBUG operation, we would want to create and return a DIGEST.

This issue will add DIGEST support to the ValkeyModule-rs SDK with which DIGEST support can be added to valkey-bloom
valkey-io/valkeymodule-rs#97

@nnmehta
Copy link

nnmehta commented Oct 30, 2024

Will pick this up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants