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?