/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
unstable
src/commands/readwrite.json
21 строка
499 B
brycenichols
Fix typo Reids -> Redis in readwrite subcommand summary (#14805)
06 авг 2026, 06:23
Не верифицирован
06 авг 2026, 06:23
c4913c0
Код
Авторство
О чём код?
{ "READWRITE": { "summary": "Enables read-write queries for a connection to a Redis Cluster replica node.", "complexity": "O(1)", "group": "cluster", "since": "3.0.0", "arity": 1, "function": "readwriteCommand", "command_flags": [ "FAST", "LOADING", "STALE" ], "acl_categories": [ "CONNECTION" ], "reply_schema": { "const": "OK" } } }