redis_rpush
Append a value to a Redis list using a connection ID. Respects read-only safety restrictions to prevent writes when enabled.
Instructions
Append a value to a list. 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. |