content/commands/command-count.md
Returns [Integer reply]({{< relref "/develop/reference/protocol-spec#integers" >}}) of number of total commands in this Redis server.
{{% redis-cli %}} COMMAND COUNT {{% /redis-cli %}}
| Redis Software | Redis Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:------| | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | |
{{< multitabs id="command-count-return-info" tab1="RESP2" tab2="RESP3" >}}
Integer reply: the number of commands returned by COMMAND.
-tab-sep-
Integer reply: the number of commands returned by COMMAND.
{{< /multitabs >}}