Skip to main content
Glama

Redis MCP

key_expire

Set an expiration time for a Redis key in seconds using this tool. Input the key name and desired duration to manage data lifecycle effectively.

Instructions

设置键过期时间

Input Schema

NameRequiredDescriptionDefault
keyYes键名
secondsYes过期时间(秒)

Input Schema (JSON Schema)

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