redis-cli how to AUTH using password and issue a command?
When no password is set, we can issue for instance; >> redis-cli keys * or >> redis-cli config set requirepass "aaaaaa" However, after we have have issued the latter, the first no longer works and results in: >> redis-cli keys…