Home

Awesome

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

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
```