MCPcopy
hub / github.com/redis/go-redis / ACLDelUser

Method ACLDelUser

acl_commands.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, username string)

Source from the content-addressed store, hash-verified

12
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

Calls

no outgoing calls