Update Key Value instance
render_update_key_valueUpdate a Render Key Value instance by ID to change its plan, eviction policy, persistence mode, IP allow list, or name.
Instructions
Update Key Value instance. Update a Key Value instance by ID. Note that changing your plan, max memory policy, or persistence mode will restart your Key Value instance. Calls PATCH /key-value/{redisId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the Key Value 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. |