redis_hget
Retrieves the value of a specified field from a Redis hash using key and field parameters.
Instructions
Get the value of a hash field.
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. |