Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Render Redis (Deprecated) API

[Redis](https://render.com/docs/redis) allows you to interact with your Render Redis instances. This API is deprecated in favor of the Key Value API.

Render Redis (Deprecated) API is one of 26 APIs that Render publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Redis (Deprecated). The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, a JSON-LD context, and 3 JSON Schemas.

This API exposes 6 operations across 3 paths, and defines 15 schemas. It is described by OpenAPI 3.0.2, at version 1.0.0.

Requests are made against a single base URL, https://api.render.com/v1.

6 operations 3 paths 15 schemas 1 DELETE3 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
1.0.0
Base URL
https://api.render.com/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Render Redis (Deprecated) API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Redis (Deprecated) 6

[Redis](https://render.com/docs/redis) allows you to interact with your Render Redis instances. This API is deprecated in favor of the Key Value API.

GET
/redisdeprecated
List Redis instances
list-redis 10 params → 200400401404409429500503
POST
/redisdeprecated
Create Redis instance
create-redis body → 201400401404429500503
GET
/redis/{redisId}deprecated
Retrieve Redis instance
retrieve-redis 1 param → 200400401404429500503
PATCH
/redis/{redisId}deprecated
Update Redis instance
update-redis 1 param body → 200400401404409429500503
DELETE
/redis/{redisId}deprecated
Delete Redis instance
delete-redis 1 param → 204400401404429500503
GET
/redis/{redisId}/connection-infodeprecated
Retrieve Redis connection info
retrieve-redis-connection-info 1 param → 200400401404429500503

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are redisDetail (13 properties), redis (13 properties), redisPOSTInput (7 properties), owner (6 properties). Each schema is shown below with its type and property counts.

databaseStatus
string
maxmemoryPolicy
string
The eviction policy for the Key Value instance
owner
object
6 properties 4 required
cursor
string
cidrBlockAndDescription
object
2 properties 2 required
redisOptions
object
Options for a Redis instance
1 property
region
string
Defaults to "oregon"
redisDetail
object
A Redis instance
13 properties 11 required
redisPOSTInput
object
Input type for creating a Redis instance
7 properties 3 required
redisWithCursor
object
2 properties 2 required
redisPATCHInput
object
Input type for updating a Redis instance
4 properties
error
object
2 properties
redisPlan
string
redisConnectionInfo
object
A Redis instance
3 properties 3 required
redis
object
A Redis instance
13 properties 12 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

render-redis-deprecated-api-openapi.yml Raw ↑

Other APIs Render publishes across the network.

Render Audit Logs API
Render Blueprints API
Render Custom Domains API
Render Deploys API
Render Disks API
Render Environment Groups API
Render Events API
Render Key Value API
Render Logs API
Render Maintenance API
Render Metrics API
Render Notification Settings API