R

redis.com

5 integrations · REST · CLI

Redis exposes a Redis command interface (used by client libraries and `redis-cli`) authenticated with Redis AUTH passwords or ACL username+password, plus operator-facing Redis Cloud and Redis Software REST APIs authenticated respectively by `x-api-key` + `x-api-secret-key` and HTTP Basic Auth, and Redis Enterprise for Kubernetes CRD APIs with auth not determined here.

discovered 2mo ago
REST · OpenAPI4
CLI1
Credentials
Redis database AUTH credentials (password or ACL username+password)compoundGet key

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.

Redis Cloud API user secret keyapi_keyGet key

Sign in to Redis Cloud as an account owner, open Access Management → API Keys, and use Add to create a user key for an Owner, Viewer, Billing admin, or Logs viewer. Save the value when shown; the docs note this is the only time it can be copied. Send it as the x-api-secret-key header.

Redis Software REST API username and passwordbasicGet credentials

Use a Redis Software cluster user account with permission to access the REST API. The docs state requests authenticate with HTTP Basic Auth using your username and password; the admin user has access to all endpoints by default. See REST API and Permissions.

conventions · 1/8 published

Publish these signals → /publishing