Our redis is redis-sentinel mode with 1 master and 2 salves。

We ​create some users by "ACL SETUSER xxx" and execute "ACL SAVE" to an external file

But I find the slaves can’t sync the acl config and they will lost if there happen to a failover

I am confused to why not to sync ? or any other suggestion for sync ?

Comment From: itamarhaber

Hello @GuiBin2013

Synchronizing the ACL, just like the configuration file, is considered the user's responsibility. While it is possible that future versions of Redis will change that, presently you need to copy these files to each of the instances that make up your deployment.

Feature request reference: https://github.com/redis/redis/issues/7988