redis_set
Set a Redis key to a specified value. Use when you need to write data to a Redis database connection.
Instructions
Set a Redis key to a value. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |