mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Started using camelCase for opts in data_db
This commit is contained in:
committed by
Dan Christian Bogos
parent
4d90083da2
commit
75815b3325
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user