diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/acl-whoami.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/acl-whoami.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/redis-unstable/src/commands/acl-whoami.json b/examples/redis-unstable/src/commands/acl-whoami.json deleted file mode 100644 index 2efe98c..0000000 --- a/examples/redis-unstable/src/commands/acl-whoami.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "WHOAMI": { - "summary": "Returns the authenticated username of the current connection.", - "complexity": "O(1)", - "group": "server", - "since": "6.0.0", - "arity": 2, - "container": "ACL", - "function": "aclCommand", - "command_flags": [ - "NOSCRIPT", - "LOADING", - "STALE", - "SENTINEL" - ], - "reply_schema": { - "type": "string", - "description": "The username of the current connection." - } - } -} |
