Latest web development tutorials

Redis Command Count command

Redis server

Redis Command Count command is used to count the number of redis command.

grammar

redis Command Count basic command syntax is as follows:

redis 127.0.0.1:6379> COMMAND COUNT

Available versions

> = 2.8.13

return value

redis number of commands.

Examples

redis 127.0.0.1:6379> COMMAND COUNT
(integer) 163

Redis server