diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/reset.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/reset.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/redis-unstable/src/commands/reset.json b/examples/redis-unstable/src/commands/reset.json deleted file mode 100644 index 3fb1a44..0000000 --- a/examples/redis-unstable/src/commands/reset.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "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" - } - } -} |
