summaryrefslogtreecommitdiffstats
path: root/src/commands/client-getredir.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/client-getredir.json')
-rw-r--r--src/commands/client-getredir.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/commands/client-getredir.json b/src/commands/client-getredir.json
new file mode 100644
index 0000000..8d5b239
--- /dev/null
+++ b/src/commands/client-getredir.json
@@ -0,0 +1,20 @@
+{
+ "GETREDIR": {
+ "summary": "Get tracking notifications redirection client ID if any",
+ "complexity": "O(1)",
+ "group": "connection",
+ "since": "6.0.0",
+ "arity": 2,
+ "container": "CLIENT",
+ "function": "clientCommand",
+ "command_flags": [
+ "NOSCRIPT",
+ "LOADING",
+ "STALE",
+ "SENTINEL"
+ ],
+ "acl_categories": [
+ "CONNECTION"
+ ]
+ }
+}