marcoCasamento / Hangfire.Redis.StackExchange

HangFire Redis storage based on original (and now unsupported) Hangfire.Redis but using lovely StackExchange.Redis client
Other
456 stars 109 forks source link

Add Support for Dashboard Metrics #12

Closed marcoCasamento closed 9 years ago

marcoCasamento commented 9 years ago

Add support for Redis Metrics like redis_metrics

in the Pro version

marcoCasamento commented 9 years ago

Added Support, Usage:

GlobalConfiguration.Configuration.UseDashboardMetric(
            storage.GetDashboardMetricFromRedisInfo("Redis Version", RedisInfoKeys.redis_version)
            );