From dd9e777f9173d3c47075002982cc91ede048924e Mon Sep 17 00:00:00 2001 From: mitch Date: Tue, 4 Jan 2022 19:21:59 -0500 Subject: [PATCH] fixed readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 327f962..0dc8504 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ mv redisLoadTest /usr/local/bin/ ``` ## Commands ``` --host=$REMOTE_HOST --username=string --not implemented yet --password=string --not implemented yet +-host=string:string first string is host second is port +-username=string string of username +-password=string string of password -db=int --not implemented yet -initialize=bool defaults to false, initializes database -rate=int defautls to 50 at int / second @@ -27,5 +27,5 @@ mv redisLoadTest /usr/local/bin/ ## sample usage ``` -redisLoadTest -host=MyCoolServer -initialize=true -rate=60 -duration=60 +redisLoadTest -host=MyCoolServer:6379 -initialize=true -rate=60 -duration=60 ``` \ No newline at end of file