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

COMMAND COUNT

RESP2/RESP3 Reply

Integer reply: the number of commands returned by COMMAND.
Rate this page