File: cluster-setup.rst

package info (click to toggle)
redis-py-cluster 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 748 kB
  • sloc: python: 5,888; ruby: 1,045; makefile: 542
file content (38 lines) | stat: -rw-r--r-- 901 bytes parent folder | download | duplicates (3)
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.