Skip to content

Commit 76c3b9d

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

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
@@ -113,7 +113,7 @@ The most reliable way to detect replication failures is using Redis pub/sub.
113113
client.publish(f'health-check-{name}', json.dumps(message))
114114
```
115115

116-
4. **Monitor message delivery**:
116+
4. Monitor message delivery:
117117
```python
118118
# Example implementation - adapt for your environment
119119
def check_replication_health():

0 commit comments

Comments
 (0)