Skip to main content
Glama

Redis MCP

key_delete

Remove specific keys or arrays of keys from a Redis database to manage storage efficiently. Supports batch deletions for streamlined data handling in Redis MCP.

Instructions

删除键

Input Schema

NameRequiredDescriptionDefault
keysYes要删除的键名或键名数组

Input Schema (JSON Schema)

{ "properties": { "keys": { "description": "要删除的键名或键名数组", "oneOf": [ { "description": "键名", "type": "string" }, { "description": "键名数组", "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "keys" ], "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