diff --git a/README.md b/README.md index 545ffe9911..b9285af50e 100644 --- a/README.md +++ b/README.md @@ -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"),