Skip to content

Instantly share code, notes, and snippets.

@vkhazin
Last active August 8, 2017 17:39
Show Gist options
  • Save vkhazin/6fc4a149ba50c1c97ae781f83e68f30c to your computer and use it in GitHub Desktop.
Save vkhazin/6fc4a149ba50c1c97ae781f83e68f30c to your computer and use it in GitHub Desktop.
# Redis cluster
sudo yum install ruby -y
gem install redis
wget http://download.redis.io/redis-stable/src/redis-trib.rb
chmod +x ./redis-trib.rb
./redis-trib.rb create 172.31.11.148:6379 172.31.12.11:6379 172.31.10.4:6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment