• Yves LeBras's avatar
    redis-cli - sendReadOnly() to work with Redis Cloud (#13195) · e3550f01
    Yves LeBras authored
    When using Redis Cloud, sendReadOnly() exit with `Error: ERR unknown
    command 'READONLY'`.
    It is impacting `--memkeys`, `--bigkeys`, `--hotkeys`, and will impact
    `--keystats`.
    Added one line to ignore this error.
    
    issue introduced in #12735 (not yet released).
    e3550f01
redis-cli.c 374 KB