diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/client-id.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/client-id.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/redis-unstable/src/commands/client-id.json b/examples/redis-unstable/src/commands/client-id.json deleted file mode 100644 index 7c2bf08..0000000 --- a/examples/redis-unstable/src/commands/client-id.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "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" - } - } -} |
