You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client is able to perform automatic failover by using [Redis
97
-
Sentinel](http://redis.io/topics/sentinel). Make sure to run Redis 2.8+
97
+
Sentinel](http://redis.io/topics/sentinel). Make sure to run Redis 2.8+
98
98
if you want to use this feature.
99
99
100
100
To connect using Sentinel, use:
@@ -114,13 +114,13 @@ and `slave`. When the role is `slave`, the client will try to connect to a
114
114
random slave of the specified master. If a role is not specified, the client
115
115
will connect to the master.
116
116
117
-
* When using the Sentinel support you need to specify a list of sentinels to
117
+
* When using Sentinel support, you need to specify a list of sentinels to
118
118
connect to. The list does not need to enumerate all your Sentinel instances,
119
119
but a few so that if one is down the client will try the next one. The client
120
120
is able to remember the last Sentinel that was able to reply correctly and will
121
-
use it for the next requests.
121
+
use it for the next request.
122
122
123
-
To [authenticate](https://redis.io/docs/management/sentinel/#configuring-sentinel-instances-with-authentication) Sentinel itself, you can specify the `sentinel_username` and `sentinel_password`. Exclude the `sentinel_username` option if you're using password-only authentication.
123
+
To [authenticate](https://redis.io/docs/management/sentinel/#configuring-sentinel-instances-with-authentication)with Sentinel itself, you can specify the `sentinel_username` and `sentinel_password`. Exclude the `sentinel_username` option if you're using password-only authentication.
0 commit comments