Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
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