redis_hgetall
Retrieve all fields and values from a Redis hash by specifying the key. Useful for accessing complete hash data in one call.
Instructions
Get all fields and values of a hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |