hgetall
Retrieve all fields and values stored in a Redis hash by providing the hash key.
Instructions
Get all fields and values from a Redis hash.
Args: name: The Redis hash key.
Returns: A dictionary of field-value pairs or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |