redis_del
Delete a Redis key using a specified connection, with automatic blocking when readOnly mode is enabled.
Instructions
Delete a Redis key. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |