Update Redis instance
render_update_redisUpdate a Redis instance by ID, modifying properties like name, plan, IP allow list, eviction policy, and persistence mode.
Instructions
[DEPRECATED by Render] Update Redis instance. Update a Redis instance by ID. This API is deprecated in favor of the Key Value API. Calls PATCH /redis/{redisId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the Redis instance | |
| plan | No | ||
| redisId | Yes | ||
| ipAllowList | 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. |