diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/client-getname.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/client-getname.json | 32 |
1 files changed, 0 insertions, 32 deletions
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" - } - ] - } - } -} |
