Hacker News new | ask | show | jobs
by fiatjaf 2311 days ago
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!

2 comments

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!
Hi! Will add this feature.

Also, a new feature called alias_dsn was on the way.

https://github.com/laixintao/iredis/issues/268