Ana içeriğe geç

⚡ Redis Monitor

Monitors a Redis server to verify it's accepting connections and responding to commands.


⚙️ Yapilandirma

AyarAciklamaDefault Port
HostRedis server hostname
PortRedis port6379

💡 İpuclari

  • If your Redis requires a password (requirepass), the basic TCP check will still work — it verifies the port is open.
  • For a deeper check, use a TCP monitor with Send Data: PING\r\n and Expect Data: +PONG — this verifies Redis is actually responding to commands.
  • Redis Sentinel typically runs on port 26379 — monitor it separately if you use it.