From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- .../redis-unstable/src/commands/client-id.json | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/client-id.json (limited to 'examples/redis-unstable/src/commands/client-id.json') 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" - } - } -} -- cgit v1.2.3