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
Name | Required | Description | Default |
---|---|---|---|
excludePatterns | No | 排除的键模式数组(可选) | |
filename | No | 备份文件名(可选) | |
includePatterns | No | 包含的键模式数组(可选,默认为 ["*"]) | |
path | No | 备份路径(可选) |