Skip to main content
Glama

Redis MCP Server

by farhankaz

hmset

Set multiple hash fields to specific values in a Redis database using a single command, streamlining data updates and improving efficiency in hash management.

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

Other Tools from Redis MCP Server

Related Tools

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