diff options
Diffstat (limited to 'src/commands/asking.json')
-rw-r--r-- | src/commands/asking.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/commands/asking.json b/src/commands/asking.json new file mode 100644 index 0000000..a825804 --- /dev/null +++ b/src/commands/asking.json @@ -0,0 +1,16 @@ +{ + "ASKING": { + "summary": "Sent by cluster clients after an -ASK redirect", + "complexity": "O(1)", + "group": "cluster", + "since": "3.0.0", + "arity": 1, + "function": "askingCommand", + "command_flags": [ + "FAST" + ], + "acl_categories": [ + "CONNECTION" + ] + } +} |