redisproxy/README.md

14 lines
350 B
Markdown
Raw Normal View History

2016-05-20 12:03:18 -07:00
redis-sentinel-proxy
====================
Small command utility that:
* Given a redis sentinel server listening on `SENTINEL_PORT`, keeps asking it for the address of a master named `NAME`
* Proxies all tcp requests that it receives on `PORT` to that master
Usage:
`./redis-sentinel-proxy -listen IP:PORT -sentinel :SENTINEL_PORT -master NAME`