At the moment, redis-cli doesn't accept URI connection schema, that is, I can't do something like `redis-cli redis://<username>:<password>@<host>:<port>` It would be particularly useful when copying the redis url from deployed instances (e.g. Heroku.)
At the moment, redis-cli doesn't accept URI connection schema, that is, I can't do something like
redis-cli redis://<username>:<password>@<host>:<port>It would be particularly useful when copying the redis url from deployed instances (e.g. Heroku.)