Code Monkey home page Code Monkey logo

redis-sentinel-setup's Introduction

Simple Redis sentinel setup

If you need to test your system with High-availability Redis Sentinels, you need to setup sentinels locally.

This repo provide simple script and step to set it up.

Steps

  1. Install Redis. For Mac OS I recommend brew install redis
  2. Run start.sh

Detail explanation of the setup

In this setup, we have 3 Redis instances

  1. Master Redis at port 6380
  2. Slave Redis at port 6381
  3. Redis Sentinels at port 26379

The slave Redis is a replicate of Master redis. It's act as a fallback Redis.

Now if you use any driver and connect to sentinels at 26379, now you have High-availability setup for Redis.

The most simple test you can run is to connect to sentinels, shutdown the Redis at 6380 port by using SHUTDOWN command and see if your connection still works. It should take around 500 milliseconds to automatically reconnect to Redis at port 6381.

redis-sentinel-setup's People

Contributors

serch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.