w3resource

Redis Server: COMMAND COUNT

COMMAND COUNT

Redis COMMAND COUNT is used to return a number of total commands in this Redis server.

Syntax:

COMMAND COUNT

Available since

2.8.13.

Return Value

Integer replies number of commands returned by COMMAND

Return Value Type

Integer

Example: Redis COMMAND COUNT

redis 127.0.0.1:6379> COMMAND COUNT 
(integer) 163

Previous: COMMAND
Next: COMMAND GETKEYS



Follow us on Facebook and Twitter for latest update.