Skip to content

Memcached health​

GET
/health/memcached

Returns 200 when at least one Memcached node is reachable, 503 otherwise. No auth required.

Responses​

Memcached reachable

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

Playground​

Samples​

Powered by VitePress OpenAPI