Skip to content

Commit

Permalink
Added auth_pass to readme too
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeinar committed May 31, 2013
1 parent 4dcfa0f commit 660b89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ to maximum value, provided in milliseconds.
limits total time for client to reconnect. Value is provided in milliseconds and is counted once the disconnect occured.
* `max_attempts` defaults to `null`. By default client will try reconnecting until connected. Setting `max_attempts`
limits total amount of reconnects.
* `auth_pass` defaults to `null`. By default client will try connecting without auth. If set, client will run redis auth command on connect.

```js
var redis = require("redis"),
Expand Down

0 comments on commit 660b89b

Please sign in to comment.