diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/asking.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/asking.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/redis-unstable/src/commands/asking.json b/examples/redis-unstable/src/commands/asking.json deleted file mode 100644 index 3886795..0000000 --- a/examples/redis-unstable/src/commands/asking.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "ASKING": { - "summary": "Signals that a cluster client is following an -ASK redirect.", - "complexity": "O(1)", - "group": "cluster", - "since": "3.0.0", - "arity": 1, - "function": "askingCommand", - "command_flags": [ - "FAST" - ], - "acl_categories": [ - "CONNECTION" - ], - "reply_schema": { - "const": "OK" - } - } -} |
