Valkey-bloom doesn't provide command info
There is a module API, SetCommandInfo, which allows clients to provide argument information so that it auto-completes in some tooling like the CLI. E.X.
vs
Hi, I’d like to pick up this issue and implement the SetCommandInfo support for the module API. Could you assign me? Thanks!
Hey, valkey-bloom uses the valkeymodule-rs crate and this uses the SetCommandInfo API already in the macro for command creation. Rather than implementing SetCommandInfo, if you are interested in adding the auto complete support, you can look into this and add the KeySpec definition for the commands.
Thanks :D
will work on it
Hi! PR #78 implements full KeySpec support for all BF.* commands.
COMMAND INFO now shows the correct key metadata.
Argument metadata (args:) is not included because the current valkeymodule-rs version does not support it yet.
A review would be appreciated!