diff options
Diffstat (limited to 'src/commands/reset.json')
-rw-r--r-- | src/commands/reset.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/commands/reset.json b/src/commands/reset.json new file mode 100644 index 0000000..40041cd --- /dev/null +++ b/src/commands/reset.json @@ -0,0 +1,21 @@ +{ + "RESET": { + "summary": "Reset the connection", + "complexity": "O(1)", + "group": "connection", + "since": "6.2.0", + "arity": 1, + "function": "resetCommand", + "command_flags": [ + "NOSCRIPT", + "LOADING", + "STALE", + "FAST", + "NO_AUTH", + "ALLOW_BUSY" + ], + "acl_categories": [ + "CONNECTION" + ] + } +} |