-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Support COMMAND [...] #2143
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 COMMAND [...] #2143
Conversation
I just see some trailing spaces on tests to tidy - wanted to comment early this is looking great! |
@NickCraver |
Part of #2055 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying to catch up a bit - thanks for this! The first set looks good, but I think the second set is split up a bit too much - normally in our API patterns you'd expect 1 command with some arguments for CommandGetkeys
, so let's collapse that down to the main CommandGetkeys()
method with string params for the 3 possible filters :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current is looking great - thanks for the work here!
Add support to commands:
COMMAND COUNT - https://redis.io/commands/command-count/
COMMAND GETKEYS - https://redis.io/commands/command-getkeys/
COMMAND LIST - https://redis.io/commands/command-list/