Redis clusters: Run multiple Redis instances and then connect them in a relationship with a specific tool to form a Redis network.
Detailed content can be read: Redis cluster tutorial
It will introduce the design idea and internal structure of Redis cluster in detail, and how to build Redis cluster.
This article focuses on how to quickly build a Redis cluster under Windows systems:
1. Download Redis
The GitHub connection is as follows: https://github.com/MSOpenTech/redis/releases/
Redis provides download files in MSI and zip format, here download Zip format 3.0.504 Version
2. Download Ruby
Since the tool for creating a Redis cluster redis-trib.rb is written in Ruby, the ruby environment needs to be installed and the download path is as follows:
Http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.2.4-x64.exe
3.
Redis cluster built under Windows