/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
unstable
src/commands/backup-help.json
22 строки
549 B
Yuan Wang
Backup & Restore (#15441)
18 июл 2026, 12:15
Не верифицирован
18 июл 2026, 12:15
30379f3
Код
Авторство
О чём код?
{ "HELP": { "summary": "Return helpful text about BACKUP command parameters.", "complexity": "O(1)", "group": "server", "since": "8.10.0", "arity": 2, "container": "BACKUP", "function": "backupCommand", "command_flags": [ "LOADING", "STALE" ], "reply_schema": { "type": "array", "description": "Helpful text about subcommands.", "items": { "type": "string" } } } }