Adapt to Redis ACLs
ca
has been used the obsolete style of Redis configuration which shares one password between users. This mode is insecure. I've adapt the implementation to use the new ACL-based configuration (Redis has its own ACL file and ca
's configuration file must contain the appropriate username too). This MR also updates the address in GitLab's URLs.