diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/acl-users.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/acl-users.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/redis-unstable/src/commands/acl-users.json b/examples/redis-unstable/src/commands/acl-users.json deleted file mode 100644 index 1a6bc75..0000000 --- a/examples/redis-unstable/src/commands/acl-users.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "USERS": { - "summary": "Lists all ACL users.", - "complexity": "O(N). Where N is the number of configured users.", - "group": "server", - "since": "6.0.0", - "arity": 2, - "container": "ACL", - "function": "aclCommand", - "command_flags": [ - "ADMIN", - "NOSCRIPT", - "LOADING", - "STALE", - "SENTINEL" - ], - "reply_schema": { - "type": "array", - "description": "List of existing ACL users", - "items": { - "type": "string" - } - } - } -} |
