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