Giter Site home page Giter Site logo

docker-redis-cluster's Introduction

docker-redis-cluster

Docker image with redis built and installed from source.

The cluster is 6 redis instances running with 3 master & 3 slaves, one slave for each master. They run on ports 7000 to 7005.

It also contains 2 standalone instances that is not part of the cluster. They are running on port 7006 & 7007

It will allways build the latest commit in the 3.0 branch https://github.com/antirez/redis

Setup / Usage

How to setup docker and start the cluster image.

Install docker on your system. 1.0 or higher is recommended. Instructions can be found at http://docs.docker.com/en/latest/installation/. It is also reccomended to add the current user to docker system group to remove the need to add sudo to each docker call.

Download the latest build from docker hub with docker pull grokzen/redis-cluster

To build the image run either make dbuild or make drebuild. It will be built to the image name grokzen/redis-cluster.

To start the image run make drun. It will be started in the background. To gain access to the running image you can get a bash session by running make dbash.

Test to connect to the cluster with redis-cli -p 7000. If you do not want to install a redis server on your host to get access to redis-cli you can run a exec command to run it inside the docker container. It can be done with docker exec -it <ContainerID> /redis/src/redis-cli -p 7000 where <ContainerID> can be found inside the CID file at /tmp/grokzen-redis-cluster.cid or via docker ps.

docker-redis-cluster's People

Contributors

grokzen avatar

Watchers

James Cloos 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.