Type: redis | Runner: Dashboard or Agent
Opens a TCP connection to a Redis server, sends the PING command, and verifies the server responds with +PONG.
PONG to a PING command| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
host |
text | Yes | — | Hostname or IP address of the Redis server |
port |
number | No | 6379 |
Redis port. Default: 6379. |
timeout |
number | No | 3 |
Connection and read timeout in seconds (1–60). Default: 3. |
| Status | Condition |
|---|---|
| OK | Server responded with PONG — message: host:port responded with PONG |
| Fail | Connection failed (refused, timeout, host unreachable) |
| Fail | Unexpected response (not +PONG) |
| Unknown | No host configured, or invalid port |
AUTH (passwords). For authenticated Redis, use Docker Exec with redis-cli -a $REDIS_PASSWORD ping instead.127.0.0.1 or Docker bridge IPs. Run from the Dashboard runner to check externally reachable Redis instances.