Redis MCP Server

hgetall

Get all the fields and values in a hash

Input Schema

NameRequiredDescriptionDefault
keyYesHash key

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Hash key", "type": "string" } }, "required": [ "key" ], "type": "object" }