File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/operate/rs/databases/active-active/develop Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments