Skip to main content
Glama

Redis MCP

hash_mset

Set multiple field-value pairs in a Redis hash at once using batch operations, optimizing database efficiency and reducing latency for Redis MCP server interactions.

Instructions

批量设置哈希字段

Input Schema

NameRequiredDescriptionDefault
fieldValuesYes字段值对数组
keyYes哈希键名

Input Schema (JSON Schema)

{ "properties": { "fieldValues": { "description": "字段值对数组", "items": { "properties": { "field": { "description": "字段名", "type": "string" }, "value": { "description": "字段值", "type": "string" } }, "required": [ "field", "value" ], "type": "object" }, "type": "array" }, "key": { "description": "哈希键名", "type": "string" } }, "required": [ "key", "fieldValues" ], "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/pickstar-2002/redis-mcp'

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