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
cb1be1ca
Commit
cb1be1ca
authored
Mar 01, 2019
by
artix
Browse files
Redis benchmark: update help with threads/cluster options
parent
a79b84ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-benchmark.c
View file @
cb1be1ca
...
@@ -1355,6 +1355,8 @@ usage:
...
@@ -1355,6 +1355,8 @@ usage:
" -n <requests> Total number of requests (default 100000)
\n
"
" -n <requests> Total number of requests (default 100000)
\n
"
" -d <size> Data size of SET/GET value in bytes (default 3)
\n
"
" -d <size> Data size of SET/GET value in bytes (default 3)
\n
"
" --dbnum <db> SELECT the specified db number (default 0)
\n
"
" --dbnum <db> SELECT the specified db number (default 0)
\n
"
" --threads <num> Enable multi-thread mode.
\n
"
" --cluster Enable cluster mode.
\n
"
" -k <boolean> 1=keep alive 0=reconnect (default 1)
\n
"
" -k <boolean> 1=keep alive 0=reconnect (default 1)
\n
"
" -r <keyspacelen> Use random keys for SET/GET/INCR, random values for SADD
\n
"
" -r <keyspacelen> Use random keys for SET/GET/INCR, random values for SADD
\n
"
" Using this option the benchmark will expand the string __rand_int__
\n
"
" Using this option the benchmark will expand the string __rand_int__
\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