|
1 year ago | |
---|---|---|
Dockerfile | 10 months ago | |
LICENSE.txt | 3 years ago | |
Makefile | 10 months ago | |
README.md | 4 years ago | |
main.go | 1 year ago | |
start | 10 months ago |
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