(ctx context.Context)
| 13 | ACLSetUser(ctx context.Context, username string, rules ...string) *StatusCmd |
| 14 | ACLDelUser(ctx context.Context, username string) *IntCmd |
| 15 | ACLUsers(ctx context.Context) *StringSliceCmd |
| 16 | ACLWhoAmI(ctx context.Context) *StringCmd |
| 17 | ACLList(ctx context.Context) *StringSliceCmd |
| 18 |
no outgoing calls