issues
search
thsheep
/
scrapy_redis_cluster
scrapy-redis的集群版,可以借助Redis集群实现海量网站的独立去重,避免单机内存不足的尴尬
138
stars
41
forks
source link
module 'rediscluster' has no attribute 'StrictRedisCluster'
#6
Closed
pyxin
closed
5 years ago
pyxin
commented
5 years ago
它依赖redis-py-cluster StrictRedisCluster 改名字了
指定版本 redis-py-cluster ==1.3.6
修改脚本StrictRedisCluster 改为 RedisCluster
pyxin
commented
5 years ago
提醒下
它依赖redis-py-cluster StrictRedisCluster 改名字了