mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Merge pull request #1998 from grobe0ba/unstable
Fix missing '-' in redis-benchmark help output (Issue #1996)
This commit is contained in:
commit
25c231c4c1
@ -573,7 +573,7 @@ usage:
|
|||||||
" -c <clients> Number of parallel connections (default 50)\n"
|
" -c <clients> Number of parallel connections (default 50)\n"
|
||||||
" -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 2)\n"
|
" -d <size> Data size of SET/GET value in bytes (default 2)\n"
|
||||||
" -dbnum <db> SELECT the specified db number (default 0)\n"
|
" --dbnum <db> SELECT the specified db number (default 0)\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"
|
||||||
|
Loading…
Reference in New Issue
Block a user