hget
Retrieve the value of a specific field within a hash stored in Redis using the MCP protocol. Specify the hash key and field to access the desired data.
Instructions
Get the value of a hash field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field | Yes | Field to get | |
key | Yes | Hash key |