Skip to main content
Glama

Redis MCP

backup_create

Create Redis data backups with customizable file names, paths, and key patterns for precise data protection. Supports inclusion and exclusion of specific keys for targeted backup operations.

Instructions

创建 Redis 数据备份

Input Schema

NameRequiredDescriptionDefault
excludePatternsNo排除的键模式数组(可选)
filenameNo备份文件名(可选)
includePatternsNo包含的键模式数组(可选,默认为 ["*"])
pathNo备份路径(可选)

Input Schema (JSON Schema)

{ "properties": { "excludePatterns": { "description": "排除的键模式数组(可选)", "items": { "type": "string" }, "type": "array" }, "filename": { "description": "备份文件名(可选)", "type": "string" }, "includePatterns": { "description": "包含的键模式数组(可选,默认为 [\"*\"])", "items": { "type": "string" }, "type": "array" }, "path": { "description": "备份路径(可选)", "type": "string" } }, "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