Skip to content

Commit 8e45817

Browse files
authored
Fix issue RedisLabs#123 Add object size unit in help (RedisLabs#190)
Co-authored-by: YaacovHazan <yaacov.hazan@redis.com>
1 parent e6cd4ce commit 8e45817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memtier_benchmark.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ void usage() {
931931
" P for Parallel (Sequential were each client has a subset of the key-range).\n"
932932
"\n"
933933
"Object Options:\n"
934-
" -d --data-size=SIZE Object data size (default: 32)\n"
934+
" -d --data-size=SIZE Object data size in bytes (default: 32)\n"
935935
" --data-offset=OFFSET Actual size of value will be data-size + data-offset\n"
936936
" Will use SETRANGE / GETRANGE (default: 0)\n"
937937
" -R --random-data Indicate that data should be randomized\n"

0 commit comments

Comments
 (0)