You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.