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

Method ACLList

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

Source from the content-addressed store, hash-verified

93}
94
95func (c cmdable) ACLList(ctx context.Context) *StringSliceCmd {
96 cmd := NewStringSliceCmd(ctx, "acl", "list")
97 _ = c(ctx, cmd)
98 return cmd
99}
100
101func (c cmdable) ACLCat(ctx context.Context) *StringSliceCmd {
102 cmd := NewStringSliceCmd(ctx, "acl", "cat")

Callers

nothing calls this directly

Calls 1

NewStringSliceCmdFunction · 0.85

Tested by

no test coverage detected