Skip to content

ashmckenzie/percheron-redis

Repository files navigation

Percheron Redis Stack

This repo contains a complete redis stack for use with Percheron.

It's purpose is to experiment with redis cluster and sentinel.

Containers included

  • base (just an image, used by all containers)
  • master
  • slaves (2)
  • tools (runs /opt/bin/redis_test)

Dependancies

Quickstart

Start boot2docker

boot2docker up && eval $(boot2docker shellinit) && export BOOT2DOCKER_IP=$(boot2docker ip)
```

Clone the percheron-redis repo

```shell
git clone https://github.com/ashmckenzie/percheron-redis
```

Run Percheron!

```shell
cd percheron-redis && bundle install && bundle exec percheron start redis
```

About

A Redis cluster using Percheron (Docker)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published