/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
unstable
src/commands/function-dump.json
21 строка
559 B
Itamar Haber
Overhauls command summaries and man pages. (#11942)
29 мар 2023, 20:48
Не верифицирован
29 мар 2023, 20:48
0c3b8b7
Код
Авторство
О чём код?
{ "DUMP": { "summary": "Dumps all libraries into a serialized binary payload.", "complexity": "O(N) where N is the number of functions", "group": "scripting", "since": "7.0.0", "arity": 2, "container": "FUNCTION", "function": "functionDumpCommand", "command_flags": [ "NOSCRIPT" ], "acl_categories": [ "SCRIPTING" ], "reply_schema": { "description": "the serialized payload", "type": "string" } } }