Detailed information about the Redis connection health.
Additional custom properties
Optionalerror?: stringError message if the health check failed
Whether the Redis connection is currently open
Whether the Redis connection is ready to accept commands
Optionallatency?: stringTime taken to perform the health check in milliseconds
Optionalmodels?: string[]List of registered model (schema) names
The name of the manager
OptionalpingResponse?: string | Buffer<ArrayBufferLike>The response from the Redis PING command
Whether the connection is healthy
OptionallatencyResponse time in milliseconds
OptionalmessageHuman-readable status message
Unix timestamp when the check was performed
Extended health check result specific to Redis-OM managers. Includes Redis connection status, ping response, and registered models.