summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/acl.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/acl.json')
-rw-r--r--examples/redis-unstable/src/commands/acl.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/redis-unstable/src/commands/acl.json b/examples/redis-unstable/src/commands/acl.json
deleted file mode 100644
index 1474b78..0000000
--- a/examples/redis-unstable/src/commands/acl.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "ACL": {
- "summary": "A container for Access List Control commands.",
- "complexity": "Depends on subcommand.",
- "group": "server",
- "since": "6.0.0",
- "arity": -2,
- "command_flags": [
- "SENTINEL"
- ]
- }
-}