Skip to content

Commit cd38bb1

Browse files
committed
Merge pull request redis#151 from inkel/master
Fixed typo in pub/sub messages
2 parents ea843e2 + 84b427a commit cd38bb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

topics/sentinel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ and is only specified if the instance is not a master itself.
237237
* **+slave** `<instance details>` -- A new slave was detected and attached.
238238
* **+failover-state-reconf-slaves** `<instance details>` -- Failover state changed to `reconf-slaves` state.
239239
* **+failover-detected** `<instance details>` -- A failover started by another Sentinel or any other external entity was detected (An attached slave turned into a master).
240-
* **+salve-reconf-sent** `<instance details>` -- The leader sentinel sent the `SLAVEOF` command to this instance in order to reconfigure it for the new slave.
241-
* **+salve-reconf-inprog** `<instance details>` -- The slave being reconfigured showed to be a slave of the new master ip:port pair, but the synchronization process is not yet complete.
242-
* **+salve-reconf-done** `<instance details>` -- The slave is now synchronized with the new master.
240+
* **+slave-reconf-sent** `<instance details>` -- The leader sentinel sent the `SLAVEOF` command to this instance in order to reconfigure it for the new slave.
241+
* **+slave-reconf-inprog** `<instance details>` -- The slave being reconfigured showed to be a slave of the new master ip:port pair, but the synchronization process is not yet complete.
242+
* **+slave-reconf-done** `<instance details>` -- The slave is now synchronized with the new master.
243243
* **-dup-sentinel** `<instance details>` -- One or more sentinels for the specified master were removed as duplicated (this happens for instance when a Sentinel instance is restarted).
244244
* **+sentinel** `<instance details>` -- A new sentinel for this master was detected and attached.
245245
* **+sdown** `<instance details>` -- The specified instance is now in Subjectively Down state.

0 commit comments

Comments
 (0)