Redis MCP Server

hmset

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