Returns the total number of commands in this Valkey server.
Examples
127.0.0.1:6379> COMMAND COUNT
(integer) 241
Returns a count of commands.
Returns the total number of commands in this Valkey server.
127.0.0.1:6379> COMMAND COUNT
(integer) 241
Integer reply: the number of commands returned by COMMAND.
Integer reply: the number of commands returned by COMMAND.