summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2017-09-18 12:18:57 +0200
committerGitHub <noreply@github.com>2017-09-18 12:18:57 +0200
commit2d13bf4c59e25e179e530edbd907cfd3749f8cc2 (patch)
tree4d4ea4a3b04223a1309638f3e30c1723983f3921
parent9b4cb4addcf03436edd9504a3d9b6bbc5c13cf1e (diff)
parent81fe7a4733ff6c1f7fbfaeb190c963d2d2826280 (diff)
downloadredis-2d13bf4c59e25e179e530edbd907cfd3749f8cc2.tar.gz
Merge pull request #3785 from GitHubMota/unstable
redis-benchmark: default value size usage update.
-rw-r--r--src/redis-benchmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/redis-benchmark.c b/src/redis-benchmark.c
index dec8ecb52..928ec31e0 100644
--- a/src/redis-benchmark.c
+++ b/src/redis-benchmark.c
@@ -572,8 +572,8 @@ usage:
" -a <password> Password for Redis Auth\n"
" -c <clients> Number of parallel connections (default 50)\n"
" -n <requests> Total number of requests (default 100000)\n"
-" -d <size> Data size of SET/GET value in bytes (default 2)\n"
-" --dbnum <db> SELECT the specified db number (default 0)\n"
+" -d <size> Data size of SET/GET value in bytes (default 3)\n"
+" --dbnum <db> SELECT the specified db number (default 0)\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"
" Using this option the benchmark will expand the string __rand_int__\n"