Skip to content

paunin/redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REDIS CLUSTER FOR DOCKER

How cluster for redis works

Please read official documentation to understand how cluster should look like

Run mode

You can set mode by 2 environment variables.

  • SENTINEL=1 - run container as a sentinel
  • MASTER=1(work if SENTINEL<>1) - run application as a redis master

ENV Variables

Check Dockerfile for more details. ENV directives will guide you.

About

Distributed Redis/Sentinel cluster for docker environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.0%
  • Roff 29.0%