nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.82k stars 307 forks source link

Webdis doesn't reconnect to Redis if it stops but comes back #110

Closed penguinpowernz closed 8 years ago

penguinpowernz commented 9 years ago

I'm not sure if this is a feature or a bug.

Steps to reproduce:

  1. start webdis
  2. run watch -n 1 curl -s -v http://localhost:7379/ping
  3. see the 200 status and PONG returned
  4. run 'service redis-server restart'
  5. see the 200 status turn into a 503 status

It never comes back until you restart webdis itself.