Redis installation and the use of Python Scrapy-redis

Source: Internet
Author: User
Tags python scrapy

Installation of 1.redis: http://www.runoob.com/redis/redis-install.html

2. Test if you can log in remotely

Use the Windows Command window to enter the Redis installation directory and use the command to remotely connect Centos7 Redis:

Redis-cli-h 192.168.1.112-p 6379

Test if you can read the master Redis on this machine

If this error is:

Then open Linux, modify the contents of the/etc/redis.conf, add the following code, and then re-run on Windows again:

#注释bind #bind 127.0.0.1protected-mode No

Read whether the data is available on the remote machine

You can be confident that the Redis installation is complete

Reference Link: https://www.cnblogs.com/zjl6/p/6742673.html

Redis installation and the use of Python Scrapy-redis

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.