R

redis-cli

CLI discovered

Details
Command
redis-cli
Docs
https://redis.io/docs/latest/develop/tools/cli/
Authentication
Redis database AUTH credentials (password or ACL username+password) compound discovered 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.