Skip to main content
Glama

Redis MCP

key_delete_pattern

Remove multiple Redis keys matching a specified pattern using wildcard support. Simplify Redis data management by efficiently deleting bulk keys based on search criteria.

Instructions

批量删除匹配的键

Input Schema

NameRequiredDescriptionDefault
patternYes匹配模式(支持通配符 * ? [])

Input Schema (JSON Schema)

{ "properties": { "pattern": { "description": "匹配模式(支持通配符 * ? [])", "type": "string" } }, "required": [ "pattern" ], "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