Api referenceSystem
Readiness probe
Readiness check that reports dependency (Redis) health without failing liveness.
Response Body
application/json
application/json
curl -X GET "https://example.com/readyz"{ "ok": true, "redis": "up"}{ "ok": true, "redis": "string", "error": "string"}