Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up redis cluster on Mac OS X via create-cluster script

I want to set-up a redis cluster on Mac via the create-cluster script as mentioned in Cluster tutorial. I am not able to locate the create-cluster script on Mac.

I am using redis 3.2.0 installed via brew on Mac OS X 10.11.6 (15G31).

Can someone let me know where create-cluster script is located in Mac?

like image 885
tuk Avatar asked Nov 03 '16 07:11

tuk


1 Answers

I was not able to create cluster via the redis installed via brew. So I did the following:-

  • Downloaded the latest version from Redis from here. In my case Redis 3.2.5
  • Then followed the installation instruction as mentioned here.
  • create-cluster is located inside $DOWNLOAD/redis-3.2.5/utils/create-cluster where $DOWNLOAD is the location where I downloaded and untar the redis.
like image 106
tuk Avatar answered Sep 21 '22 02:09

tuk