Hacker News new | ask | show | jobs
by dpbriggs 2313 days ago
This is really great! The tui is very intuitive and the auto-complete a great addition.

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?

1 comments

Hi dpbriggs!

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!

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