Redis MCP Server

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

ID: cbn7lsbp7h