You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
Spelling fix in the docs.
This commit is contained in:
@@ -204,9 +204,9 @@ once the connection has been established. Setting `enable_offline_queue` to
|
||||
with an error, or an error will be thrown if no callback is specified.
|
||||
* `retry_max_delay`: defaults to `null`. By default every time the client tries to connect and fails time before
|
||||
reconnection (delay) almost doubles. This delay normally grows infinitely, but setting `retry_max_delay` limits delay
|
||||
to maximum value, provided in miliseconds.
|
||||
to maximum value, provided in milliseconds.
|
||||
* `connect_timeout` defaults to `false`. By default client will try reconnecting until connected. Setting `connect_timeout`
|
||||
limits total time for client to reconnect. Value is provided in miliseconds and is counted once the disconnect occured.
|
||||
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.
|
||||
|
||||
|
Reference in New Issue
Block a user