Skip to content

Commit c0f543c

Browse files
author
DvirDukhan
committed
updated comments and readme
1 parent ef38863 commit c0f543c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

RLTest/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def do_normal_conn(self, line):
135135

136136
parser.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

140140
parser.add_argument(
141141
'--cluster_credentials',

0 commit comments

Comments
 (0)