File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ usage: RLTest [-h] [--version] [--module MODULE] [--module-args MODULE_ARGS]
3232 [--cluster_address CLUSTER_ADDRESS]
3333 [--oss_password OSS_PASSWORD]
3434 [--cluster_credentials CLUSTER_CREDENTIALS]
35+ [--cluster_node_timeout CLUSTER_NODE_TIMEOUT]
3536 [--internal_password INTERNAL_PASSWORD]
3637 [--oss-redis-path OSS_REDIS_PATH]
3738 [--enterprise-redis-path ENTERPRISE_REDIS_PATH]
@@ -83,6 +84,8 @@ optional arguments:
8384 enterprise cluster cluster_credentials
8485 "username:password", relevent only when running with
8586 cluster_existing-env (default: None)
87+ --cluster_node_timeout CLUSTER_NODE_TIMEOUT
88+ cluster node timeout in milliseconds
8689 --internal_password INTERNAL_PASSWORD
8790 Give an ability to execute commands on shards
8891 directly, relevent only when running with
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def do_normal_conn(self, line):
135135
136136parser .add_argument (
137137 '--cluster_node_timeout' , default = 5000 ,
138- help = 'sets the node timeout on cluster' )
138+ help = 'sets the node timeout on cluster in milliseconds ' )
139139
140140parser .add_argument (
141141 '--cluster_credentials' ,
You can’t perform that action at this time.
0 commit comments