Skip to main content
Glama

Redis MCP

string_set

Store and manage string key-value pairs in Redis with optional expiration. Simplify data storage and retrieval using structured input parameters for efficient database operations.

Instructions

设置字符串键值

Input Schema

NameRequiredDescriptionDefault
expireSecondsNo过期时间(秒)(可选)
keyYes键名
valueYes

Input Schema (JSON Schema)

{ "properties": { "expireSeconds": { "description": "过期时间(秒)(可选)", "type": "number" }, "key": { "description": "键名", "type": "string" }, "value": { "description": "值", "type": "string" } }, "required": [ "key", "value" ], "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