Skip to main content
GET
/
api
/
v1
/
health
/
redis
Redis Health Check
curl --request GET \
  --url https://api.devkit4ai.com/api/v1/health/redis
{
  "status": "<string>",
  "timestamp": "<string>",
  "type": "<string>",
  "listening": true,
  "subscribers": 123,
  "connection_failed": true,
  "last_connection_attempt": 123,
  "error": "<string>"
}

Response

200 - application/json

Successful Response

status
string
required
timestamp
string
required
type
string | null
listening
boolean | null
subscribers
integer | null
connection_failed
boolean | null
last_connection_attempt
number | null
error
string | null