R
Redis Software REST API
Details
- URL
-
https://{cluster-host}:9443/v1 - Docs
- https://redis.io/docs/latest/operate/rs/references/rest-api/
Authentication
Authorization: Basic <credential> 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.