From cb1be1ca8115eb0fcd7768f7d6aa51f70f548c45 Mon Sep 17 00:00:00 2001 From: artix Date: Fri, 1 Mar 2019 18:15:44 +0100 Subject: [PATCH] Redis benchmark: update help with threads/cluster options --- src/redis-benchmark.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/redis-benchmark.c b/src/redis-benchmark.c index 5aec3c93..23a02d54 100644 --- a/src/redis-benchmark.c +++ b/src/redis-benchmark.c @@ -1355,6 +1355,8 @@ usage: " -n Total number of requests (default 100000)\n" " -d Data size of SET/GET value in bytes (default 3)\n" " --dbnum SELECT the specified db number (default 0)\n" +" --threads Enable multi-thread mode.\n" +" --cluster Enable cluster mode.\n" " -k 1=keep alive 0=reconnect (default 1)\n" " -r Use random keys for SET/GET/INCR, random values for SADD\n" " Using this option the benchmark will expand the string __rand_int__\n"