junegunn / redis-stat

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

Bind redis-stat to network interface #65

Open tm4ig opened 7 years ago

tm4ig commented 7 years ago

How to bind redis-stat to specific network interface (listen only localhost)?

junegunn commented 7 years ago

No option for that currently. You can refer to http://www.sinatrarb.com/configuration.html if you want to modify the code to your liking.