hgetall
Retrieve all fields and values stored in a specific hash key within a Redis database using the Model Context Protocol (MCP) for structured data management.
Instructions
Get all the fields and values in a hash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Hash key |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"description": "Hash key",
"type": "string"
}
},
"required": [
"key"
],
"type": "object"
}