-
Notifications
You must be signed in to change notification settings - Fork 672
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
Untrademark json files #26
Conversation
This one just removes the word Redis or replaces it with server. It's independent of the name we pick for the project. It's strings visible in documentation, so we want to change this. Thus, ready to review imo. |
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.
I think I like all of this agnostic descriptions more. Including Redis in the Redis docs did always seem verbose.
@@ -32,7 +32,7 @@ | |||
"type": "string" | |||
}, | |||
"since": { | |||
"description": "the Redis version that added the command (or for module commands, the module version).", | |||
"description": "the server verion that added the command (or for module commands, the module version).", |
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.
"description": "the server verion that added the command (or for module commands, the module version).", | |
"description": "the server version that added the command (or for module commands, the module version).", |
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.
Yeah I misspelled in the mass replace. 😪
@@ -118,7 +118,7 @@ | |||
} | |||
}, | |||
"deprecated_since": { | |||
"description": "the Redis version that deprecated the command (or for module commands, the module version)", | |||
"description": "the server verion that deprecated the command (or for module commands, the module version)", |
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.
"description": "the server verion that deprecated the command (or for module commands, the module version)", | |
"description": "the server version that deprecated the command (or for module commands, the module version)", |
@@ -135,7 +135,7 @@ | |||
"items": [ | |||
{ | |||
"type": "string", | |||
"description": "The Redis version that the entry applies to." | |||
"description": "The server verion that the entry applies to." |
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.
"description": "The server verion that the entry applies to." | |
"description": "The server version that the entry applies to." |
@@ -1,6 +1,6 @@ | |||
{ | |||
"LOLWUT": { | |||
"summary": "Displays computer art and the Redis version", | |||
"summary": "Displays computer art and the server verion", |
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.
"summary": "Displays computer art and the server verion", | |
"summary": "Displays computer art and the server version", |
@@ -11,7 +11,7 @@ | |||
], | |||
"reply_schema": { | |||
"type": "string", | |||
"description": "String containing the generative computer art, and a text with the Redis version." | |||
"description": "String containing the generative computer art, and a text with the server verion." |
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.
"description": "String containing the generative computer art, and a text with the server verion." | |
"description": "String containing the generative computer art, and a text with the server version." |
I accidentally created this branch on placeholderkv repo instead of on my own dev fork. I'll need to reopen it as another PR. |
So currently I can't even delete the branch on this repo, i.e. https://github.com/placeholderkv/placeholderkv/tree/untrademark-json-files Btw I think we clean up old branches, remains from many years ago. |
Replaces #26 Name agnostic. Now without spelling errors, ready to merge if you ask me.
Replaces valkey-io#26 Name agnostic. Now without spelling errors, ready to merge if you ask me.
…valkey-io#26) (valkey-io#45) Changing some references from Redis to placeholderkv. Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
Part of #25
Covers
src/commands/*.json
andsrc/commands/README.md