/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
unstable
src/commands/function-help.json
25 строк
623 B
Itamar Haber
Overhauls command summaries and man pages. (#11942)
29 мар 2023, 20:48
Не верифицирован
29 мар 2023, 20:48
0c3b8b7
Код
Авторство
О чём код?
{ "HELP": { "summary": "Returns helpful text about the different subcommands.", "complexity": "O(1)", "group": "scripting", "since": "7.0.0", "arity": 2, "container": "FUNCTION", "function": "functionHelpCommand", "command_flags": [ "LOADING", "STALE" ], "acl_categories": [ "SCRIPTING" ], "reply_schema": { "type": "array", "description": "Helpful text about subcommands.", "items": { "type": "string" } } } }