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

Method ACLCat

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

Source from the content-addressed store, hash-verified

99}
100
101func (c cmdable) ACLCat(ctx context.Context) *StringSliceCmd {
102 cmd := NewStringSliceCmd(ctx, "acl", "cat")
103 _ = c(ctx, cmd)
104 return cmd
105}
106
107func (c cmdable) ACLCatArgs(ctx context.Context, options *ACLCatArgs) *StringSliceCmd {
108 // if there is a category passed, build new cmd, if there isn't - use the ACLCat method

Callers 1

ACLCatArgsMethod · 0.95

Calls 1

NewStringSliceCmdFunction · 0.85

Tested by

no test coverage detected