Redis cluster setup
===================



Manually
--------

 - Redis cluster tutorial: http://redis.io/topics/cluster-tutorial
 - Redis cluster specs: http://redis.io/topics/cluster-spec
 - This video will describe how to setup and use a redis cluster: http://vimeo.com/63672368 (This video is outdated but could server as a good tutorial/example)



Docker
------

A fully functional docker image can be found at https://github.com/Grokzen/docker-redis-cluster

See repo `README` for detailed instructions how to setup and run.



Vagrant
-------

A fully functional vagrant box can be found at https://github.com/72squared/vagrant-redis-cluste

See repo `README` for detailed instructions how to setup and run.



Simple makefile
---------------

A simple makefile solution can be found at https://github.com/Grokzen/travis-redis-cluster

See repo `README` for detailed instructions how to setup.
