summaryrefslogtreecommitdiffstats
path: root/src/commands/client-id.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/commands/client-id.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/commands/client-id.json b/src/commands/client-id.json
new file mode 100644
index 0000000..792da7d
--- /dev/null
+++ b/src/commands/client-id.json
@@ -0,0 +1,20 @@
+{
+ "ID": {
+ "summary": "Returns the client ID for the current connection",
+ "complexity": "O(1)",
+ "group": "connection",
+ "since": "5.0.0",
+ "arity": 2,
+ "container": "CLIENT",
+ "function": "clientCommand",
+ "command_flags": [
+ "NOSCRIPT",
+ "LOADING",
+ "STALE",
+ "SENTINEL"
+ ],
+ "acl_categories": [
+ "CONNECTION"
+ ]
+ }
+}