mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 18:51:20 +00:00
Redis benchmark: update help with threads/cluster options
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user