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, 19 insertions, 0 deletions
diff --git a/examples/redis-unstable/src/commands/asking.json b/examples/redis-unstable/src/commands/asking.json new file mode 100644 index 0000000..3886795 --- /dev/null +++ b/examples/redis-unstable/src/commands/asking.json | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | { | ||
| 2 | "ASKING": { | ||
| 3 | "summary": "Signals that a cluster client is following an -ASK redirect.", | ||
| 4 | "complexity": "O(1)", | ||
| 5 | "group": "cluster", | ||
| 6 | "since": "3.0.0", | ||
| 7 | "arity": 1, | ||
| 8 | "function": "askingCommand", | ||
| 9 | "command_flags": [ | ||
| 10 | "FAST" | ||
| 11 | ], | ||
| 12 | "acl_categories": [ | ||
| 13 | "CONNECTION" | ||
| 14 | ], | ||
| 15 | "reply_schema": { | ||
| 16 | "const": "OK" | ||
| 17 | } | ||
| 18 | } | ||
| 19 | } | ||
