DOC-5419 added commands section#1797
Merged
andy-stark-redis merged 2 commits intomainfrom Jul 3, 2025
Merged
Conversation
Contributor
dwdougherty
reviewed
Jul 2, 2025
Collaborator
There was a problem hiding this comment.
There's a dodgy link in the following paragraph toward the bottom of the page. It's probably been there for a while.
**Warning**: consider [`KEYS`]({{< relref "/commands/keys" >}}) as a command that should only be used in production
environments with extreme care.
[`KEYS`]({{< relref "/commands/keys" >}}) may ruin performance when it is executed against large databases.
This command is intended for debugging and special operations, such as changing
your keyspace layout.
Don't use [`KEYS`]({{< relref "/commands/keys" >}}) in your regular application code.
If you're looking for a way to find keys in a subset of your keyspace, consider
using [`SCAN`]({{< relref "/commands/scan" >}}) or [sets][{{< relref "/develop/data-types/sets" >}}].
The last link has square brackets around the relref, which should be changed to round brackets.
Contributor
Author
There was a problem hiding this comment.
@dwdougherty Well spotted! I've fixed it now.
dwdougherty
approved these changes
Jul 2, 2025
Contributor
Author
|
Thanks @dwdougherty ! |
Contributor
Author
|
Thanks @mich-elle-luna ! |
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.
DOC-5419
Building on the previous restructure, a suggestion for a different place to put the transactions and pipelining pages, along with the keyspace page and a general intro.