diff options
Diffstat (limited to 'src/commands/client-id.json')
-rw-r--r-- | src/commands/client-id.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/commands/client-id.json b/src/commands/client-id.json new file mode 100644 index 0000000..7c2bf08 --- /dev/null +++ b/src/commands/client-id.json @@ -0,0 +1,24 @@ +{ + "ID": { + "summary": "Returns the unique client ID of the 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" + ], + "reply_schema": { + "type": "integer", + "description": "The id of the client" + } + } +} |