72squared / vagrant-redis-cluster

set up a vagrant vm for testing redis cluster
22 stars 13 forks source link

Vagrant Redis Cluster

Configures a redis cluster in vagrant

The cluster is 6 redis instances running with 3 master & 3 slaves, one slave for each master.

It will allways run on the latest in the 3.0 branch of redis git repo (https://github.com/antirez/redis). To change this, change the git clone command inside ./build_redis.sh.

When redis 3.0 will be stable and released this repo will update to use master branch.

Setup

How to set up vagrant and start the cluster image.

  1. Install vagrant
  2. Install VirtualBox
  3. Clone the project locally: git clone git@github.com:Kevinlearynet/vagrant-redis-cluster.git
  4. Move into the project directory: cd vagrant-redis-cluster
  5. Install the vbguest1 plugin: vagrant plugin install vagrant-vbguest
  6. Provision the virtual machine using Vagrant: vagrant up
  7. Make sure you have the Redis CLI installed: brew install redis (Mac)
  8. Test the connection to verify everything is working: redis-cli -p 7000 (or any other cluster port)

You should now have 6 redis servers running locally at: