Started using camelCase for opts in data_db

This commit is contained in:
andronache
2021-05-04 16:38:07 +03:00
committed by Dan Christian Bogos
parent 4d90083da2
commit 75815b3325
14 changed files with 59 additions and 59 deletions

View File

@@ -55,9 +55,9 @@ Customisable through the use of :ref:`JSON configuration <configuration>` or com
The path to folder containing the data files (default "./")
-recursive
Loads data from folder recursive.
-redis_sentinel string
-redisSentinel string
The name of redis sentinel
-redis_cluster bool
-redisCluster bool
Is the redis datadb a cluster
-cluster_sync string
The sync interval for the redis cluster

View File

@@ -59,9 +59,9 @@ Customisable through the use of :ref:`JSON configuration <configuration>` or com
output StorDB type for move mode <*mysql|*postgres|*mongo> (default "*stordb")
-out_stordb_user string
output StorDB user (default "*stordb")
-redis_sentinel string
-redisSentinel string
the name of redis sentinel
-redis_cluster bool
-redisCluster bool
Is the redis datadb a cluster
-cluster_sync string
The sync interval for the redis cluster

View File

@@ -41,9 +41,9 @@ Command line stress testing tool configurable via command line arguments.
run n requests in parallel
-rater_address string
Rater address for remote tests. Empty for internal rater.
-redis_sentinel string
-redisSentinel string
The name of redis sentinel
-redis_cluster bool
-redisCluster bool
Is the redis datadb a cluster
-cluster_sync string
The sync interval for the redis cluster