summaryrefslogtreecommitdiffstats
path: root/src/commands/asking.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/asking.json')
-rw-r--r--src/commands/asking.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/commands/asking.json b/src/commands/asking.json
new file mode 100644
index 0000000..3886795
--- /dev/null
+++ b/src/commands/asking.json
@@ -0,0 +1,19 @@
+{
+ "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"
+ }
+ }
+}