Skip to main content
Glama

Redis MCP Server

by farhankaz

hmset

Set multiple field-value pairs in a Redis hash efficiently using the Redis MCP Server. Simplify data management by configuring hash keys and associated fields in one operation.

Instructions

Set multiple hash fields to multiple values

Input Schema

NameRequiredDescriptionDefault
fieldsYesField-value pairs to set
keyYesHash key

Input Schema (JSON Schema)

{ "properties": { "fields": { "additionalProperties": { "type": "string" }, "description": "Field-value pairs to set", "type": "object" }, "key": { "description": "Hash key", "type": "string" } }, "required": [ "key", "fields" ], "type": "object" }

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

  • @farhankaz/redis-mcp
  • @farhankaz/redis-mcp
  • @farhankaz/redis-mcp
  • @xiaoguomeiyitian/ToolBox
  • @farhankaz/redis-mcp
  • @farhankaz/redis-mcp

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/farhankaz/redis-mcp'

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