Zum Hauptinhalt springen

โšก Redis Monitor

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


โš™๏ธ Konfigurationโ€‹

EinstellungBeschreibungDefault Port
HostRedis server hostnameโ€”
PortRedis port6379

๐Ÿ’ก Tippsโ€‹

  • 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.