rmax / scrapy-redis

Redis-based components for Scrapy.
http://scrapy-redis.readthedocs.io
MIT License
5.49k stars 1.59k forks source link

convert the data from redis from bytes to str #249

Closed songhao8080 closed 2 years ago

songhao8080 commented 2 years ago

scrapy_redis.stats.RedisStatsCollector.get_stats the data from Redis is bytes , I think should return string

LuckyPigeon commented 2 years ago

LGTM

LuckyPigeon commented 2 years ago

Thanks for the contribution!