It even highlights keys and values differently: https://i.imgur.com/mrOMBUi.png
It also handles redis server weirdness as well by faithfully relaying error messages.
I haven't explored the tool too deeply but would it be possible to get keys from redis itself to assist with auto-complete?
I think it is a good idea to auto fetching the keys (among ohter things like set's members, etc). I wrote some ideas here, it was on the plan!
Turns out it doesn't, but maybe someone will hear me in the future!
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
Also, a new feature called alias_dsn was on the way.
You may also like https://www.dbcli.com/ (actually iredis is joining dbcli)