redis_hmget
Get multiple field values from a Redis hash by providing the key and field names.
Instructions
Get multiple fields from a hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The hash key. | |
| fields | Yes | List of field names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |