ansible-redis icon indicating copy to clipboard operation
ansible-redis copied to clipboard

Looking for a way to setup redis-cluster

Open touch-dev-null opened this issue 3 years ago • 0 comments

Hello, I want to create redis cluster using redis-cli --cluster create XXX redis feature, but I need these variables for this:

-cluster-enabled yes -cluster-node-timeout 5000 -appendonly yes -cluster-require-full-coverage yes -cluster-allow-reads-when-down yes

Is it possible to add them to defaults?

touch-dev-null avatar May 24 '21 08:05 touch-dev-null