Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
e039791e
Commit
e039791e
authored
Nov 25, 2014
by
antirez
Browse files
Document redis-cli --stat in --help output.
parent
231c8c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
e039791e
...
...
@@ -830,6 +830,7 @@ static void usage(void) {
" not a tty).
\n
"
" --no-raw Force formatted output even when STDOUT is not a tty.
\n
"
" --csv Output in CSV format.
\n
"
" --stat Print rolling stats about server: mem, clients, ...
\n
"
" --latency Enter a special mode continuously sampling latency.
\n
"
" --latency-history Like --latency but tracking latency changes over time.
\n
"
" Default time interval is 15 sec. Change it using -i.
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment