Skip to content

Redis doesn't have the 'client maint_notifications' subcommand #3536

@cxljs

Description

@cxljs

When using go-redis version 9.15.0 or above, an error is returned:

redis.go:464: auto mode fallback: maintnotifications disabled due to handshake error: ERR unknown subcommand 'maint_notifications'.

The reason is go-redis call the command in function:

func (c cmdable) ClientMaintNotifications(ctx context.Context, enabled bool, endpointType string) *StatusCmd {

but Redis does not have the 'client maint_notifications' subcommand. Is this a new Redis command that hasn't been released yet?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions