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 --- .../src/commands/client-getname.json | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/client-getname.json (limited to 'examples/redis-unstable/src/commands/client-getname.json') diff --git a/examples/redis-unstable/src/commands/client-getname.json b/examples/redis-unstable/src/commands/client-getname.json deleted file mode 100644 index 9e237af..0000000 --- a/examples/redis-unstable/src/commands/client-getname.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "GETNAME": { - "summary": "Returns the name of the connection.", - "complexity": "O(1)", - "group": "connection", - "since": "2.6.9", - "arity": 2, - "container": "CLIENT", - "function": "clientCommand", - "command_flags": [ - "NOSCRIPT", - "LOADING", - "STALE", - "SENTINEL" - ], - "acl_categories": [ - "CONNECTION" - ], - "reply_schema": { - "oneOf": [ - { - "type": "string", - "description": "The connection name of the current connection" - }, - { - "type": "null", - "description": "Connection name was not set" - } - ] - } - } -} -- cgit v1.2.3