aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/acl-users.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/acl-users.json')
-rw-r--r--examples/redis-unstable/src/commands/acl-users.json25
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 @@
1{
2 "USERS": {
3 "summary": "Lists all ACL users.",
4 "complexity": "O(N). Where N is the number of configured users.",
5 "group": "server",
6 "since": "6.0.0",
7 "arity": 2,
8 "container": "ACL",
9 "function": "aclCommand",
10 "command_flags": [
11 "ADMIN",
12 "NOSCRIPT",
13 "LOADING",
14 "STALE",
15 "SENTINEL"
16 ],
17 "reply_schema": {
18 "type": "array",
19 "description": "List of existing ACL users",
20 "items": {
21 "type": "string"
22 }
23 }
24 }
25}