First draft, it's working already

This commit is contained in:
Enric Lluelles
2016-05-20 21:03:18 +02:00
commit e2f2d0a622
2 changed files with 115 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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`