1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
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.
|