You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: