summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/command-count.md
blob: a198dd35ace4d8582118b6ba8e4ca0acb43a5339 (plain)
1
2
3
4
5
6
7
8
9
10
11
Returns @integer-reply of number of total commands in this Redis server.

@return

@integer-reply: number of commands returned by `COMMAND`

@examples

```cli
COMMAND COUNT
```