aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/command-count.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/command-count.json')
-rw-r--r--examples/redis-unstable/src/commands/command-count.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/redis-unstable/src/commands/command-count.json b/examples/redis-unstable/src/commands/command-count.json
deleted file mode 100644
index 7306767..0000000
--- a/examples/redis-unstable/src/commands/command-count.json
+++ /dev/null
@@ -1,23 +0,0 @@
1{
2 "COUNT": {
3 "summary": "Returns a count of commands.",
4 "complexity": "O(1)",
5 "group": "server",
6 "since": "2.8.13",
7 "arity": 2,
8 "container": "COMMAND",
9 "function": "commandCountCommand",
10 "command_flags": [
11 "LOADING",
12 "STALE",
13 "SENTINEL"
14 ],
15 "acl_categories": [
16 "CONNECTION"
17 ],
18 "reply_schema": {
19 "description": "Number of total commands in this Redis server.",
20 "type": "integer"
21 }
22 }
23}