redis-sentinel
Redis Sentinel uses Port 26379 as default TCP port. The Redis Sentinel sends a SDOWN (Subjectively Down) message to other sentinels when it detects the master as unresponsive. When a quorum is reached that the master is down it sends an ODOWN (Objectively Down) for electing a new master from the available replicated slave instances.