8c74ae9ef13523224d3049404ff45e4ce2ef8a14
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 namedNAME -
Proxies all tcp requests that it receives on
PORTto that master
Usage:
./redis-sentinel-proxy -listen IP:PORT -sentinel :SENTINEL_PORT -master NAME
Description
Languages
Go
86.7%
Makefile
5.4%
Dockerfile
4.2%
Shell
3.7%