Update Key Value instance
render_update_key_valueUpdate a Render Key Value instance by ID, including plan, eviction policy, persistence mode, name, and IP allowlist. Changes to plan, memory policy, or persistence restart the instance.
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. |