redis_hdel
Deletes specified fields from a Redis hash. Use this to remove one or more fields from a hash key.
Instructions
Delete fields from a hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The hash key. | |
| fields | Yes | List of fields to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |