The latest Redis cluster in Windows

Source: Internet
Author: User
Tags redis cluster install redis

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.