aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/asking.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/asking.json')
-rw-r--r--examples/redis-unstable/src/commands/asking.json19
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 @@
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}