Redis & Statistics

Hello,

Recently we switch hangfire from sql storage to redis storage due to performence issues. When we use many processing servers queing and dequeing tasks, we experienced high latencies and even high cpu load on the SQL server. With redis the latency is near zero.

To monitor the system, we executed sql query’s get some statics about the troughput, processing time and latancy of our tasks.
With redis this seems not to be possible. Is there an other way to monitor this?

Kind regards,
Randy