mdevilliers / redishappy

Redis Sentinel high availabillity daemon
Apache License 2.0
114 stars 23 forks source link

Readme improvements #37

Closed dominics closed 9 years ago

dominics commented 9 years ago

Main rationale behind this was to mention that the PORT environment variable can be used to change the API port. This just seems to be the default behaviour of goji, but it's really useful if you need to run Redishappy on a machine that's already using 8000 for something else.

The other changes are:

Compare https://github.com/dominics/redishappy/tree/bugfix-readme#api with https://github.com/mdevilliers/redishappy/tree/master#api

dominics commented 9 years ago

Apparently goji also adds a 'bind' flag that we might like to mention as a way to change the interface the API listens on.

mdevilliers commented 9 years ago

Cool. Thanks for this. Adding the bind stuff would be really good - it would mean we would have a pretty comprehensive doc on configuring the API.

Are you OK adding it? If not I can add it.

Mark

mdevilliers commented 9 years ago

I think I found the bind details.

Thanks for your commit - greatly appreciated.