Technologies/PostgreSQL/redis.net.commands
PostgreSQLPostgreSQLMetric

redis.net.commands

Total commands processed
Dimensions:None

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.

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.