Git Product home page Git Product logo

serpentinised's Introduction

serpentinised

serpentinised acts as a proxy that allows clients that are unaware of Redis Sentinel to connect to a Redis Sentinel cluster.

Motivation

At Mineteria, we have a few applications using Django that are not aware of Redis Sentinel. Of course, there are also plenty of applications that are unaware of Redis Sentinel. serpentinised can help them cope with the introduction or use of Redis Sentinel.

We previously used redis-ellison. While this solution worked, it had numerous CPU consumption issues, including spawning a redis-cli instance every second. serpentinised connects to the Redis Sentinel server directly and listens for any failover changes.

Docker

You can use serpentinised as a Docker container:

docker run -p 6379:6379 -it astei/serpentinised:latest /serpentinised -sentinel-address=sentinel-service.local:5000 -sentinel-master=mymaster

Usage

Usage of serpentinised:
  -bind string
    	the address to bind to proxy connections to the active Sentinel (default "127.0.0.1:26380")
  -connect-timeout int
    	seconds before a connection to a master times out (default 1)
  -sentinel-address string
    	the address of the Sentinel master
  -sentinel-master string
    	the name of the Sentinel master (default "mymaster")

serpentinised's People

Contributors

astei avatar mikroskeem avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.