Skip to content

Commit 193ee6f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The most reliable way to detect replication failures is using Redis pub/sub.
9696
client.subscribe(f'health-check-{name}')
9797
```
9898

99-
3. **Publish heartbeat messages**:
99+
3. Publish heartbeat messages:
100100
```python
101101
# Example implementation - adapt for your environment
102102
import time

0 commit comments

Comments
 (0)