diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/command-count.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/command-count.json | 23 |
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 @@ -{ - "COUNT": { - "summary": "Returns a count of commands.", - "complexity": "O(1)", - "group": "server", - "since": "2.8.13", - "arity": 2, - "container": "COMMAND", - "function": "commandCountCommand", - "command_flags": [ - "LOADING", - "STALE", - "SENTINEL" - ], - "acl_categories": [ - "CONNECTION" - ], - "reply_schema": { - "description": "Number of total commands in this Redis server.", - "type": "integer" - } - } -} |
