mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Merge pull request #3605 from hylepo/unstable
Fixing typo in the usage of redis-benchmark
This commit is contained in:
commit
ce9e36eb01
@ -565,7 +565,7 @@ invalid:
|
|||||||
|
|
||||||
usage:
|
usage:
|
||||||
printf(
|
printf(
|
||||||
"Usage: redis-benchmark [-h <host>] [-p <port>] [-c <clients>] [-n <requests]> [-k <boolean>]\n\n"
|
"Usage: redis-benchmark [-h <host>] [-p <port>] [-c <clients>] [-n <requests>] [-k <boolean>]\n\n"
|
||||||
" -h <hostname> Server hostname (default 127.0.0.1)\n"
|
" -h <hostname> Server hostname (default 127.0.0.1)\n"
|
||||||
" -p <port> Server port (default 6379)\n"
|
" -p <port> Server port (default 6379)\n"
|
||||||
" -s <socket> Server socket (overrides host and port)\n"
|
" -s <socket> Server socket (overrides host and port)\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user