English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Redis Command Count Command

Redis Server

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

Syntax

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

redis 127.0.0.1:6379> COMMAND COUNT

Available Version

>= 2.8.13

Return Value

redis command count.

Online Examples

redis 127.0.0.1:6379> COMMAND COUNT
(integer) 163

Redis Server