Skip to content
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

Closed
wants to merge 4 commits into from
Closed

Conversation

zuiderkwast
Copy link
Contributor

Part of #25

Covers src/commands/*.json and src/commands/README.md

@zuiderkwast zuiderkwast mentioned this pull request Mar 25, 2024
18 tasks
@madolson madolson requested a review from hwware March 25, 2024 20:56
@zuiderkwast
Copy link
Contributor Author

zuiderkwast commented Mar 26, 2024

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.

Copy link
Member

@madolson madolson left a 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).",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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).",

Copy link
Contributor Author

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)",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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."

@zuiderkwast
Copy link
Contributor Author

I accidentally created this branch on placeholderkv repo instead of on my own dev fork. I'll need to reopen it as another PR.

@zuiderkwast
Copy link
Contributor Author

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.

madolson pushed a commit that referenced this pull request Mar 26, 2024
Replaces #26

Name agnostic. Now without spelling errors, ready to merge if you ask me.
madolson pushed a commit that referenced this pull request Mar 27, 2024
…#26) (#45)

Changing some references from
Redis to placeholderkv.

Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
@zuiderkwast zuiderkwast deleted the untrademark-json-files branch April 4, 2024 19:37
PatrickJS pushed a commit to PatrickJS/placeholderkv that referenced this pull request Apr 24, 2024
Replaces valkey-io#26

Name agnostic. Now without spelling errors, ready to merge if you ask me.
PatrickJS pushed a commit to PatrickJS/placeholderkv that referenced this pull request Apr 24, 2024
…valkey-io#26) (valkey-io#45)

Changing some references from
Redis to placeholderkv.

Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants