服务端环境为:ubuntu16.04 和 python3
客户端环境为:ubuntu16.04 ubuntu14.04 windows7 和 python3.6 python3.4
服务端安装:
#安装配置redis scrapy-redis
pip3 install redi...
xiaohe
8年前 (2018-07-26) 7846℃ 0评论
1喜欢
ubuntu下安装
通过以下命令下载、解压、编译redis:
$ wget http://download.redis.io/releases/redis-4.0.2.tar.gz
$ tar xzf redis-4.0.2.tar.gz
$ cd redis-4.0.2
...
xiaohe
9年前 (2017-10-09) 4626℃ 0评论
1喜欢