Skip to main content
Glama

Redis MCP

string_mset

Set multiple key-value pairs in Redis simultaneously with a single batch operation, streamlining database updates and reducing manual input overhead.

Instructions

批量设置键值

Input Schema

NameRequiredDescriptionDefault
keyValuesYes键值对数组

Input Schema (JSON Schema)

{ "properties": { "keyValues": { "description": "键值对数组", "items": { "properties": { "key": { "description": "键名", "type": "string" }, "value": { "description": "值", "type": "string" } }, "required": [ "key", "value" ], "type": "object" }, "type": "array" } }, "required": [ "keyValues" ], "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