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
96b8ff37
Commit
96b8ff37
authored
Jun 13, 2012
by
Salvatore Sanfilippo
Browse files
Merge pull request #552 from tnm/unstable
Standardize punctuation in redis-cli help.
parents
84d9ef4f
d665dd08
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
96b8ff37
...
...
@@ -712,17 +712,17 @@ static void usage() {
" -a <password> Password to use when connecting to the server
\n
"
" -r <repeat> Execute specified command N times
\n
"
" -i <interval> When -r is used, waits <interval> seconds per command.
\n
"
" It is possible to specify sub-second times like -i 0.1
.
\n
"
" It is possible to specify sub-second times like -i 0.1
\n
"
" -n <db> Database number
\n
"
" -x Read last argument from STDIN
\n
"
" -d <delimiter> Multi-bulk delimiter in for raw formatting (default:
\\
n)
\n
"
" -c Enable cluster mode (follow -ASK and -MOVED redirections)
\n
"
" --raw Use raw formatting for replies (default when STDOUT is not a tty)
\n
"
" --latency Enter a special mode continuously sampling latency
.
\n
"
" --slave Simulate a slave showing commands received from the master
.
\n
"
" --pipe Transfer raw Redis protocol from stdin to server
.
\n
"
" --bigkeys Sample Redis keys looking for big keys
.
\n
"
" --eval <file> Send an EVAL command using the Lua script at <file>
.
\n
"
" --latency Enter a special mode continuously sampling latency
\n
"
" --slave Simulate a slave showing commands received from the master
\n
"
" --pipe Transfer raw Redis protocol from stdin to server
\n
"
" --bigkeys Sample Redis keys looking for big keys
\n
"
" --eval <file> Send an EVAL command using the Lua script at <file>
\n
"
" --help Output this help and exit
\n
"
" --version Output version and exit
\n
"
"
\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