/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
unstable
src/commands/monitor.json
16 строк
370 B
Itamar Haber
Overhauls command summaries and man pages. (#11942)
29 мар 2023, 20:48
Не верифицирован
29 мар 2023, 20:48
0c3b8b7
Код
Авторство
О чём код?
{ "MONITOR": { "summary": "Listens for all requests received by the server in real-time.", "group": "server", "since": "1.0.0", "arity": 1, "function": "monitorCommand", "history": [], "command_flags": [ "ADMIN", "NOSCRIPT", "LOADING", "STALE" ] } }