Home > Q&A > body text
在运行爬虫的时候遇到如此的问题,应该如何解决呢
阿神2017-04-18 10:34:51
To use scrapy-redis, you need to configure the redis address
REDIS_URL = 'redis://user:pass@hostname:9001'
Database connection code?