/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
unstable
src/commands/debug.json
20 строк
446 B
Itamar Haber
Overhauls command summaries and man pages. (#11942)
29 мар 2023, 20:48
Не верифицирован
29 мар 2023, 20:48
0c3b8b7
Код
Авторство
О чём код?
{ "DEBUG": { "summary": "A container for debugging commands.", "complexity": "Depends on subcommand.", "group": "server", "since": "1.0.0", "arity": -2, "function": "debugCommand", "doc_flags": [ "SYSCMD" ], "command_flags": [ "ADMIN", "NOSCRIPT", "LOADING", "STALE", "PROTECTED" ] } }