I installed it with the only hope it would recognize Redis URIs like redis://name:password@host:port/db, unlike redis-cli, which requires me to type each part of the URI separated in different flags I never remember. Turns out it doesn't, but maybe someone will hear me in the future!
Hi fiatjaf, This feature has been implemented and released on v1.2, please give it a try! Also, you can store dsn alias on config, check it out: https://github.com/laixintao/iredis#using-dsn
Great, iredis --url will save my life, thank you!