class

JoobQ::RedisHealth

Inherits Reference / Object

Redis health monitoring and diagnostics

Constants

HEALTH_CHECK_INTERVAL = 5.seconds

Health check interval for monitoring

Constructors

new(redis : Redis::PooledClient, pool_size : Int32, pool_timeout : Float64)
Source

Instance methods

client_info

Get client information

Source
comprehensive_health_report

Comprehensive health report

Source
health_check

Connection pool health check with detailed metrics

Source
memory_info

Get memory usage information

Source
server_info

Get Redis server information

Source