Two node Redis cluster in Vagrant

So, I am wanting to learn a bit more about Redis. To get me started, and to run Redis as close to how it would run in production, I have created a Vagrantfile for creating a Redis Cluster.

I thought I’d share. Feel free to clone. It’s a fairly simple Vagrantfile that simply creates a Master-Slave replica for Redis.

To get started:

$ git clone https://github.com/xanmanning/vagrant-redis-cluster
$ cd vagrant-redis-cluster
$ vagrant up

Master node: 10.11.8.2
Slave node: 10.11.8.3