summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/client-id.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/client-id.json')
-rw-r--r--examples/redis-unstable/src/commands/client-id.json24
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"
- }
- }
-}