Create Redis instance
render_create_redisCreate a new Redis instance on Render by providing name, owner ID, and plan. Optionally set region, persistence mode, IP allow list, and eviction policy.
Instructions
[DEPRECATED by Render] Create Redis instance. Create a new Redis instance. This API is deprecated in favor of the Key Value API. Calls POST /redis on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the Redis instance | |
| plan | Yes | ||
| region | No | Defaults to "oregon" | oregon |
| ownerId | Yes | The ID of the owner of the Redis instance | |
| ipAllowList | No | ||
| environmentId | No | ||
| maxmemoryPolicy | No | The eviction policy for the Key Value instance | |
| persistenceMode | No | The persistence mode for the Key Value instance. The default for paid instances is journal_snapshot (both journaling and snapshots). Only turn off persistence if you're using this Key Value instance as a cache and are okay with losing data. Free instances do not have persistence. |