fixed readme
This commit is contained in:
parent
ee8c466b78
commit
dd9e777f91
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user