We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The output of COMMAND LIST in the current implementation in DiceDB outputs COMMAND, but in Redis it outputs all the subcommand as
COMMAND LIST
COMMAND
COMMAND|COUNT COMMAND|DOCS COMMAND|GETKEYS COMMAND|GETKEYSANDFLAGS COMMAND|HELP COMMAND|INFO COMMAND|LIST
So, make the output for subcommand of COMMAND command same as Redis.
The text was updated successfully, but these errors were encountered:
Can I take this up?
Sorry, something went wrong.
@hgupta12 Thank you for picking this up.
#635: List Command Subcommands as separate commands (#673)
1c6b48d
hgupta12
Successfully merging a pull request may close this issue.
The output of
COMMAND LIST
in the current implementation in DiceDB outputsCOMMAND
, but in Redis it outputs all the subcommand asSo, make the output for subcommand of
COMMAND
command same as Redis.The text was updated successfully, but these errors were encountered: