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

Method ACLUsers

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

Source from the content-addressed store, hash-verified

81}
82
83func (c cmdable) ACLUsers(ctx context.Context) *StringSliceCmd {
84 cmd := NewStringSliceCmd(ctx, "acl", "users")
85 _ = c(ctx, cmd)
86 return cmd
87}
88
89func (c cmdable) ACLWhoAmI(ctx context.Context) *StringCmd {
90 cmd := NewStringCmd(ctx, "acl", "whoami")

Callers

nothing calls this directly

Calls 1

NewStringSliceCmdFunction · 0.85

Tested by

no test coverage detected