nicolasff / webdis

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

webdis as a RESTful client to an existing Redis server? #77

Closed dventimiglia closed 10 years ago

dventimiglia commented 10 years ago

Does webdis embed Redis inside it, or does webdis talk to a Redis server that is already running? Sorry if this is in the docs, but I couldn't find it anywhere. I don't see anything about configuring webdis. How do I set what Redis instance I want webdis to talk to? For instance, on a different host, or on a different port?

nicolasff commented 10 years ago

David,

Webdis connects to an existing Redis server. You can configure the Redis host in webdis.json, the Webdis configuration file; this includes the port too.

On 30 Jul 2013, at 21:01, "David A. Ventimiglia" notifications@github.com wrote:

Does webdis embed Redis inside it, or does webdis talk to a Redis server that is already running? Sorry if this is in the docs, but I couldn't find it anywhere. I don't see anything about configuring webdis. How do I set what Redis instance I want webdis to talk to? For instance, on a different host, or on a different port?

— Reply to this email directly or view it on GitHub.