Skip to content

Conversation

astorig
Copy link
Contributor

@astorig astorig commented Feb 10, 2025

Signed-off-by: astorig <a9086666032@gmail.com>
func (c *Compat) ACLLogReset(ctx context.Context) *StatusCmd {
cmd := c.client.B().AclLog().Reset().Build()
resp := c.client.Do(ctx, cmd)
return newStatusCmd(resp)
}

func (c *Compat) ACLCat(ctx context.Context) *StringSliceCmd {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You also need to add the function to the CoreCmdable interface.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, i rushed it. fixed now.

Signed-off-by: astorig <a9086666032@gmail.com>
@rueian
Copy link
Collaborator

rueian commented Feb 11, 2025

Hi @astorig, could you rebase on the main branch?

@rueian rueian merged commit e11af53 into redis:main Feb 12, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants