Concept Flow - Monitoring with Sentinel
Start Sentinel
Sentinel monitors Redis instances
Detects master failure?
No→Continue monitoring
Yes
Sentinel votes for failover
Elect new master
Update clients with new master info
Resume monitoring
Sentinel continuously watches Redis servers, detects failures, elects a new master, and informs clients to keep the system running smoothly.