redis_hdel
Delete one or more fields from a Redis hash. Removes specified fields from a key's hash structure.
Instructions
Delete one or more hash fields. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| field | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |