Skip to content

Commit

Permalink
sentinel-clients.md delete refs to old versions and redis google group,
Browse files Browse the repository at this point in the history
valkey-io#132

Signed-off-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
zuiderkwast committed Jun 20, 2024
1 parent f7b63ee commit a2516b0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions topics/sentinel-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ Once the client discovered the address of the master instance, it should
attempt a connection with the master, and call the `ROLE` command in order
to verify the role of the instance is actually a master.

If the `ROLE` commands is not available (it was introduced in Redis OSS 2.8.12), a client may resort to the `INFO replication` command parsing the `role:` field of the output.

If the instance is not a master as expected, the client should wait a short amount of time (a few hundreds of milliseconds) and should try again starting from Step 1.

Handling reconnections
Expand All @@ -84,7 +82,7 @@ In the above cases and any other case where the client lost the connection with
Sentinel failover disconnection
===

Starting with Redis OSS 2.8.12, when Valkey Sentinel changes the configuration of
When Valkey Sentinel changes the configuration of
an instance, for example promoting a replica to a master, demoting a master to
replicate to the new master after a failover, or simply changing the master
address of a stale replica instance, it sends a `CLIENT KILL type normal`
Expand Down Expand Up @@ -151,8 +149,3 @@ document in order to resolve the new Valkey master (or replica) address.
However update messages received via Pub/Sub should not substitute the
above procedure, since there is no guarantee that a client is able to
receive all the update messages.

Additional information
===

For additional information or to discuss specific aspects of this guidelines, please drop a message to the [Valkey Google Group](https://groups.google.com/group/redis-db).

0 comments on commit a2516b0

Please sign in to comment.