Skip to content

Redis-cli 6.0.1 --cluster-yes doesn't work #7246

@miguelaeh

Description

@miguelaeh

Hi,
I have been moving a Redis Cluster to Redis 6.0.1 and it seems that the --cluster-yes option is not working for redis-cli 6.0.1 as before.
I version 5, setting --cluster-yes allowed me to skip the question to proceed to create the cluster. But now it asks to proceed even using that option.
Just to clarify I am talking about this question:

...
Can I set the above configuration? (type 'yes' to accept):

As a workaround we did:

yes yes | redis-cli --cluster create ...

And it solves the issue temporarily, but I wanted to share/report this bug.

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