diff --git a/docs/Configuration.md b/docs/Configuration.md index 8982b1298..d085d967c 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -238,7 +238,7 @@ These settings are also used by the `IServer.MakeMaster()` method, which can set ReconnectRetryPolicy --- StackExchange.Redis automatically tries to reconnect in the background when the connection is lost for any reason. It keeps retrying until the connection has been restored. It would use ReconnectRetryPolicy to decide how long it should wait between the retries. -ReconnectRetryPolicy can be linear (default), exponential or a custom retry policy. +ReconnectRetryPolicy can be exponential (default), linear or a custom retry policy. Examples: