nicolasff / webdis

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

manage multiple Redis instances #27

Closed ogoudron closed 13 years ago

ogoudron commented 13 years ago

Is it possible to add the possibility to manage multiples Redis instances ? The URL scheme could be "/instance_name/commande/param". Each instance should have it's own configuration section with it's own ACL.

Why ?

nicolasff commented 13 years ago

Hi Olivier,

I think that this kind of setup would be better using a reverse proxy such as nginx rather than making Webdis more complex. You should not see much difference in terms of performance by running nginx, and you'll have the advantage of not binding webdis on port 80.