summaryrefslogtreecommitdiffstats
path: root/src/commands/reset.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/reset.json')
-rw-r--r--src/commands/reset.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/commands/reset.json b/src/commands/reset.json
new file mode 100644
index 0000000..3fb1a44
--- /dev/null
+++ b/src/commands/reset.json
@@ -0,0 +1,24 @@
+{
+ "RESET": {
+ "summary": "Resets 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"
+ ],
+ "reply_schema": {
+ "const": "RESET"
+ }
+ }
+}