-
Notifications
You must be signed in to change notification settings - Fork 24
chore: CLIENT HELP doc added #453
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
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Left a few comments.
## See also | ||
|
||
- [`CLIENT HELP`](./client-help.md) |
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.
Can you please change this section following existing convention for container commands? And please add all CLIENT
subcommands here as well.
Here's a reference: https://www.dragonflydb.io/docs/command-reference/server-management/config
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.
Fixed
|
||
```shell | ||
dragonfly> CLIENT HELP | ||
1) CLIENT <subcommand> [<arg> [value] [opt] ...]. Subcommands are: |
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.
Please re-copy the output of this command, which doesn't need HTML encoding.
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.
Fixed
Fixes: #383