summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/command-count.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/command-count.md')
-rw-r--r--iredis/data/commands/command-count.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/iredis/data/commands/command-count.md b/iredis/data/commands/command-count.md
new file mode 100644
index 0000000..a198dd3
--- /dev/null
+++ b/iredis/data/commands/command-count.md
@@ -0,0 +1,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
+```