provides a native redis server in front of redis+sentinel
Go to file
Enric Lluelles e2f2d0a622 First draft, it's working already 2016-05-20 21:03:18 +02:00
README.md First draft, it's working already 2016-05-20 21:03:18 +02:00
main.go First draft, it's working already 2016-05-20 21:03:18 +02:00

README.md

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