COMMAND DOCS shows module name, where applicable#10544
Merged
oranagra merged 2 commits intoredis:unstablefrom Apr 10, 2022
Merged
COMMAND DOCS shows module name, where applicable#10544oranagra merged 2 commits intoredis:unstablefrom
oranagra merged 2 commits intoredis:unstablefrom
Conversation
zuiderkwast
approved these changes
Apr 6, 2022
oranagra
approved these changes
Apr 6, 2022
Member
oranagra
left a comment
There was a problem hiding this comment.
@redis/core-team please approve.
i.e. COMMAND LIST can filter by module, but if you get the full commands list, you may still wanna know which command belongs to which module.
the alternative would be to do MODULE LIST, and then multiple calls to COMMAND LIST (i guess that's not that bad)
soloestoy
approved these changes
Apr 7, 2022
yossigo
approved these changes
Apr 7, 2022
madolson
approved these changes
Apr 7, 2022
zeekling
approved these changes
Apr 10, 2022
|
谢谢
|
Member
|
@guybe7 please make a redis-doc PR and ping me. |
Merged
enjoy-binbin
pushed a commit
to enjoy-binbin/redis
that referenced
this pull request
Jul 31, 2023
Add field to COMMAND DOCS response to denote the name of the module that added that command. COMMAND LIST can filter by module, but if you get the full commands list, you may still wanna know which command belongs to which module. The alternative would be to do MODULE LIST, and then multiple calls to COMMAND LIST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add field to COMMAND DOCS response to denote the name of the module that added that command.
COMMAND LIST can filter by module, but if you get the full commands list, you may still wanna know which command belongs to which module.
The alternative would be to do MODULE LIST, and then multiple calls to COMMAND LIST
Fix #10416