Skip to content

Redis health

GET
/health/redis

Returns 200 if Redis is reachable, 503 otherwise. No auth required.

Responses

Redis healthy

application/json
JSON
{
  
"status": "ok"
}

Playground

Samples

Powered by VitePress OpenAPI