{ "DELUSER": { "summary": "Remove the specified ACL users and the associated rules", "complexity": "O(1) amortized time considering the typical user.", "group": "server", "since": "6.0.0", "arity": -3, "container": "ACL", "function": "aclCommand", "command_flags": [ "ADMIN", "NOSCRIPT", "LOADING", "STALE", "SENTINEL" ], "arguments": [ { "name": "username", "type": "string", "multiple": true } ] } }