Easy Tutorial
❮ Redis Conf Sorted Sets Zcount ❯

Redis Command Count Command

Redis Server

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

Syntax

The basic syntax for the redis Command Count command is as follows:

redis 127.0.0.1:6379> COMMAND COUNT

Available Versions

= 2.8.13

Return Value

The number of Redis commands.

Example

redis 127.0.0.1:6379> COMMAND COUNT
(integer) 163

Redis Server

❮ Redis Conf Sorted Sets Zcount ❯