Skip to main content
Glama

Redis MCP

backup_restore

Restore Redis data from backups by specifying the file and optional parameters like path and database flush settings.

Instructions

从备份恢复 Redis 数据

Input Schema

NameRequiredDescriptionDefault
filenameYes备份文件名
flushBeforeRestoreNo恢复前是否清空数据库(可选,默认为 false)
pathNo备份路径(可选)

Input Schema (JSON Schema)

{ "properties": { "filename": { "description": "备份文件名", "type": "string" }, "flushBeforeRestore": { "description": "恢复前是否清空数据库(可选,默认为 false)", "type": "boolean" }, "path": { "description": "备份路径(可选)", "type": "string" } }, "required": [ "filename" ], "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