jay-johnson / docker-redis-sentinel-replication-cluster

A Redis Replication Cluster running across a Docker Swarm using Compose, Supervisor, and Sentinel
11 stars 9 forks source link

Nice one jay! #1

Open FGRibreau opened 8 years ago

FGRibreau commented 8 years ago

Nice one Jay!

It will be shared in our next RedisWeekly!

jay-johnson commented 8 years ago

Thanks @FGRibreau - I got lazy about upgrading my clients to use the Sentinel API. So I hooked up HAProxy in this version: https://github.com/jay-johnson/docker-redis-haproxy-cluster/ That way if a client is not already Redis Sentinel "aware" it can just reconnect back to HAProxy which will discover the new Redis master.

FGRibreau commented 8 years ago

Indeed, the other one will also be shared don't worry :)