provides a native redis server in front of redis+sentinel
Go to file
dave d7b8e82b5c Better handling of moving sentinel servers 2019-03-05 23:19:41 -08:00
LICENSE.txt Adding license 2017-07-27 15:37:14 +02:00
README.md First draft, it's working already 2016-05-20 21:03:18 +02:00
main.go Better handling of moving sentinel servers 2019-03-05 23:19:41 -08: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