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

Method ACLUsers

acl_commands.go:15–15  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls