Redis MCP Server

by farhankaz

hgetall

Retrieve all fields and their corresponding values from a specified hash key using Redis MCP Server, simplifying hash data management and access.

Instructions

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" }

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

ID: cbn7lsbp7h