Skip to main content
Glama

Redis MCP Server

Official
by redis

hget

Retrieve the value of a specific field within a Redis hash by providing the hash key and field name. Designed for efficient data management in the Redis MCP Server.

Instructions

Get the value of a field in a Redis hash.

Args: name: The Redis hash key. key: The field name inside the hash.

Returns: The field value or an error message.

Input Schema

NameRequiredDescriptionDefault
keyYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "key": { "title": "Key", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name", "key" ], "title": "hgetArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/redis/mcp-redis'

If you have feedback or need assistance with the MCP directory API, please join our Discord server