Technologies/Redis/redis.net.commands
RedisRedisMetric

redis.net.commands

Total commands processed
Dimensions:None
Available on:DatadogDatadog (1)

Summary

Cumulative count of total commands received over network connections. This differs from total_commands_processed by excluding commands from internal operations. The rate of this metric indicates client-driven command throughput. Useful for understanding external load on Redis and distinguishing client activity from internal operations like replication or persistence.

Interface Metrics (1)
DatadogDatadog
Total commands processed
Dimensions:None
Related Insights (1)
Serial Execution Masking Redis Cache Effectivenesswarning

Event loop blocking creates false appearance of cache ineffectiveness - Redis cache hits are fast individually, but serial request processing prevents concurrent cache lookups from improving overall throughput during traffic bursts.