How to backup ACL users Redis?

Hi everybody.

I am a newbie in Redis administration and I have a question about backup.
I am using 3 clusters Redis on Openshift plataform and I already have a configuration that turn my data in
persistent if I scaledown all of clusters. However I also have some ACL users created in Redis that everytime that I scaledown the clusters I lose all of them.
So how I can to make them turn persistent as well?

Regards.

You’ll need to provision your ACL users to all cluster nodes similarly to how your platform handles the provisioning of the redis.conf file to all nodes. To load ACL users on startup, include the aclfile configuration directive in your redis.conf, and have it refer to your ACL definitions.