-
Notifications
You must be signed in to change notification settings - Fork 227
DOC-5419 added commands section #1797
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
Conversation
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.
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.
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.
@dwdougherty Well spotted! I've fixed it now.
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 like this re-org. So, apart from the one dodgy link mentioned above, LGTM.
Thanks @dwdougherty ! |
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.
thank you!
Thanks @mich-elle-luna ! |
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.