A tool to manage redis in master-slave setup.
10K+
A tool to manage redis in master-slave setup. The tool uses consul as the discovery mechanism and redis-sentinel for orchestrating the redis master-slave cluster.
how to run
Basic steps
redisredis-sentinelmanagerUsing docker:
# start redis
docker run --name redis --net host bringg/redis-consul
# start redis-sentinel
docker run --name redis-sentinel --net host -v /tmp/redis-sentinel.conf:/etc/redis-sentinel.conf bringg/redis-consul redis-sentinel /etc/redis-sentinel.conf
# start manager
docker run --name redis --net host bringg/redis-consul /usr/local/bin/manager
Content type
Image
Digest
sha256:8aede3867…
Size
24.1 MB
Last updated
over 3 years ago
docker pull bringg/redis-consul