Redis database AUTH credentials (password or ACL username+password)compounddiscovered Get key ↗
$ redis-cli -a <password> ...
For a Redis database, use the server password configured with requirepass, or create an ACL user with a password using the Redis ACL system. See AUTH and ACL. In managed/self-hosted deployments, these credentials are created by the database/cluster administrator for that Redis instance.