To implement a simple Redis cluster configuration under Windows, here are a few issues that occur during the configuration process:
"1" When you start 7001 7002 7003 7004 7005 7006 nodes, a createing server TCP listening socket *:7000:listen:unknown Error error can occur in the 7001 directory redis.conf File (node configuration information contains files such as ports) the first line joins (bind 127.0.0.1) this line resolves
SSL Connect Error error when "2" executes to gem install Redis, can refer to http://blog.csdn.net/mrxiagc/article/details/52799081
"3" Install gem configuration source, you can first delete the original https://rubygems.org/(CD to C:\Ruby22-x64 directory, execute gem sources--add https://gems.ruby-china.org/-- Remove https://rubygems.org/, which deletes the original configuration source, and then installs the Ruby-china configuration source, can be downloaded with the gem sources to display the current source if no installed installation is shown Ruby-china , you can restart CMD
"4" Executionredis-server redis.windows.conf时,
[6644] 23:11:58.976 # Creating Server TCP listening socket *:6379:bind:no such file or directory
The solution is to connect successfully by entering the following command sequentially:
1. Redis-cli.exe
2. Shutdown
3. Exit
4. Redis-server.exe redis.windows.conf
"5" The last one to be configured.
The latest Redis cluster in Windows