/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2.6
src/commands/subscribe.json
26 строк
650 B
sggeorgiev
Add DENYOOM flag to SUBSCRIBE, PSUBSCRIBE and SSUBSCRIBE commands
05 май 2026, 16:22
05 май 2026, 16:22
de6f6cd
Код
Авторство
О чём код?
{ "SUBSCRIBE": { "summary": "Listens for messages published to channels.", "complexity": "O(N) where N is the number of channels to subscribe to.", "group": "pubsub", "since": "2.0.0", "arity": -2, "function": "subscribeCommand", "history": [], "command_flags": [ "PUBSUB", "NOSCRIPT", "LOADING", "STALE", "SENTINEL", "DENYOOM" ], "arguments": [ { "name": "channel", "type": "string", "multiple": true } ] } }