Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redis-cli - sendReadOnly() to work with Redis Cloud (redis#13195)
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 redis#12735 (not yet released).
- Loading branch information