2020-03-05 23:38:53 -08:00
2020-03-05 23:38:53 -08:00
2017-07-27 15:37:14 +02:00
2020-03-05 23:38:53 -08:00
2016-05-20 21:03:18 +02:00
2020-03-05 23:38:53 -08:00

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

Description
provides a native redis server in front of redis+sentinel
Readme 27 KiB
Languages
Go 86.7%
Makefile 5.4%
Dockerfile 4.2%
Shell 3.7%