Redis MCP Server
by farhankaz
hgetall
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"
}