redis_hget
Retrieve a specific field value from a Redis hash by providing the hash key and field name.
Instructions
Get a field from a hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The hash key. | |
| field | Yes | Field name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |