COMMAND COUNT
Syntax
COMMAND COUNT
- Available since:
- 2.8.13
- Time complexity:
- O(1)
- ACL categories:
-
@slow
,@connection
,
Returns Integer reply of number of total commands in this Redis server.
Examples
RESP2/RESP3 Reply
Integer reply: the number of commands returned byCOMMAND
.