diff options
Diffstat (limited to 'src/commands/command-count.json')
-rw-r--r-- | src/commands/command-count.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/commands/command-count.json b/src/commands/command-count.json new file mode 100644 index 0000000..f2081ca --- /dev/null +++ b/src/commands/command-count.json @@ -0,0 +1,19 @@ +{ + "COUNT": { + "summary": "Get total number of Redis commands", + "complexity": "O(1)", + "group": "server", + "since": "2.8.13", + "arity": 2, + "container": "COMMAND", + "function": "commandCountCommand", + "command_flags": [ + "LOADING", + "STALE", + "SENTINEL" + ], + "acl_categories": [ + "CONNECTION" + ] + } +} |