R

Redis command protocol via clients

REST discovered

Details
URL
redis://{host}:{port}/{db}
Docs
https://redis.io/docs/latest/develop/clients/
Authentication
Redis database AUTH credentials (password or ACL username+password) compound discovered Get key ↗
api_key=<credential>

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.