Skip to content

Commit 894f110

Browse files
Update content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Co-authored-by: Rachel Elledge <[email protected]>
1 parent 1cdaa14 commit 894f110

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/operate/rs/databases/active-active/develop/app-failover-active-active.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ Your application should monitor local replica failures and replication failures.
6666

6767
**Detection method**: Use Redis pub/sub to monitor replication health across all replicas.
6868

69-
## Implementing pub/sub health monitoring
69+
## Set up pub/sub health monitoring
7070

71-
The most reliable way to detect replication failures is using Redis pub/sub:
71+
The most reliable way to detect replication failures is using Redis pub/sub.
7272

7373
### How it works
7474

75-
1. **Subscribe** to a dedicated health-check channel on each replica
76-
2. **Publish** periodic heartbeat messages with unique identifiers
77-
3. **Monitor** that your own messages are received within a time window
78-
4. **Detect failure** when messages aren't received from specific replicas
75+
1. Subscribe to a dedicated health-check channel on each replica.
76+
2. Publish periodic heartbeat messages with unique identifiers.
77+
3. Monitor that your own messages are received within a time window.
78+
4. Detect failure when messages aren't received from specific replicas.
7979

8080
### Implementation steps
8181

0 commit comments

Comments
 (0)