COMMAND COUNT

COMMAND COUNT
Available since:
Redis Open Source 2.8.13
Time complexity:
O(1)
ACL categories:
@slow, @connection,
Compatibility:
Redis Software and Redis Cloud compatibility

Returns Integer reply of number of total commands in this Redis server.

Examples

redis> COMMAND COUNT
(integer) 447

Redis Software and Redis Cloud compatibility

Redis
Software
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active

Return information

Integer reply: the number of commands returned by COMMAND.
RATE THIS PAGE
Back to top ↑