junegunn / redis-stat

(UNMAINTAINED) A real-time Redis monitoring tool
MIT License
2.02k stars 339 forks source link

Can not reconnect after flushing big database #33

Closed dmytroDragan closed 9 years ago

dmytroDragan commented 9 years ago

After running FLUSHALL or FLUSHDB for big database, it seems that redis-stat server loose connection and can not reconnect, show authentication problem on UI.

junegunn commented 9 years ago

Thanks for the report. Looks like Redis changed its message for requiring authentication some time ago. I'll build a new version and let you know.

dmytroDragan commented 9 years ago

Will wait for it. Thank you for fast reply.

junegunn commented 9 years ago

0.4.11 is up on Rubygems, and I uploaded the new executable jar on releases page. Thanks.