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

Method ACLLogReset

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

Source from the content-addressed store, hash-verified

45}
46
47func (c cmdable) ACLLogReset(ctx context.Context) *StatusCmd {
48 cmd := NewStatusCmd(ctx, "acl", "log", "reset")
49 _ = c(ctx, cmd)
50 return cmd
51}
52
53func (c cmdable) ACLDelUser(ctx context.Context, username string) *IntCmd {
54 cmd := NewIntCmd(ctx, "acl", "deluser", username)

Callers

nothing calls this directly

Calls 1

NewStatusCmdFunction · 0.85

Tested by

no test coverage detected