Sign inSign up

bringg/redis-consul

By bringg

Updated about 1 month ago

A tool to manage redis in master-slave setup.

Image
0

10K+

bringg/redis-consul repository overview

redis-consul

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

  1. make sure consul clusteris up and ready
  2. start redis
  3. start redis-sentinel
  4. start manager

Using 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

Tag summary

Content type

Image

Digest

sha256:8aede3867

Size

24.1 MB

Last updated

over 3 years ago

docker pull bringg/redis-consul