get_hash
Retrieve all fields and values from a Redis hash, or get specific fields by providing their names.
Instructions
Get all fields and values of a hash, or specific fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| fields | No | Specific fields to get (optional, returns all if empty) |