Browse Source

fix typo in README.md

pull/445/head
Claudiu Boriga 8 years ago
parent
commit
142d91bbc2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -460,7 +460,7 @@ The options are described in more detail below.
This parameter sets the timeout value, in milliseconds, when connecting to a redis server. If the connection cannot be made This parameter sets the timeout value, in milliseconds, when connecting to a redis server. If the connection cannot be made
within the specified timeout the connection will fail. Note that in case of failure, when reconnecting to redis, a PING command within the specified timeout the connection will fail. Note that in case of failure, when reconnecting to redis, a PING command
is issued before attempting to connect so the `--redis-cmd-timeout` value will also be added to the total waiting time. is issued before attempting to connect so the `--redis-cmd-timeout` value will also be added to the total waiting time.
This is useful if using `--redis-allowed-errors', when attempting to estimate the total lost time in case of redis failures.
This is useful if using `--redis-allowed-errors`, when attempting to estimate the total lost time in case of redis failures.
The default value for the connection timeout is 1000ms. The default value for the connection timeout is 1000ms.
* -b, --b2b-url * -b, --b2b-url


Loading…
Cancel
Save