redis_hmset
Set multiple field-value pairs in a Redis hash with one command. Useful for batch updating hash data structures.
Instructions
Set multiple fields in a hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The hash key. | |
| items | Yes | Dictionary of field-value pairs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |