Skip to content

sendgrid/redisclustercompose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redisclustercompose

Redis Cluster via Docker Compose with --scale capability using Redis 4's new NAT/port-forwarding support. Reddie is included so you can check out your new cluster!

Requirements

Docker and Docker Compose installed.

Usage

Choose a number of nodes for the cluster (at least 6)

Launch cluster

docker-compose up -d --scale redis=9
docker-compose logs -f

It takes a little while.

Remove containers

docker-compose rm -f

Using Reddie

Navigate to https://localhost to access Reddie.

Sendgrid specific stuff

Modify the ./build.sh file to have a new version Run ./build.sh to build the images required in the compose and push them to the docker repository at docker.sendgrid.net/sendgrid/mcauto-test-cluster-redis:${VERSION}

About

Redis cluster using docker compose compatible with --scale argument

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.0%
  • Shell 48.0%