fixed readme

This commit is contained in:
mitch 2022-01-04 19:21:59 -05:00
parent ee8c466b78
commit dd9e777f91

View File

@ -14,9 +14,9 @@ mv redisLoadTest /usr/local/bin/
``` ```
## Commands ## Commands
``` ```
-host=$REMOTE_HOST -host=string:string first string is host second is port
-username=string --not implemented yet -username=string string of username
-password=string --not implemented yet -password=string string of password
-db=int --not implemented yet -db=int --not implemented yet
-initialize=bool defaults to false, initializes database -initialize=bool defaults to false, initializes database
-rate=int defautls to 50 at int / second -rate=int defautls to 50 at int / second
@ -27,5 +27,5 @@ mv redisLoadTest /usr/local/bin/
## sample usage ## sample usage
``` ```
redisLoadTest -host=MyCoolServer -initialize=true -rate=60 -duration=60 redisLoadTest -host=MyCoolServer:6379 -initialize=true -rate=60 -duration=60
``` ```