peng

Results 2 comments of peng

看设计是1ms 是为了检查 timeout用的。 其实可以这样:在 loop 前计算一下所有请求中的最小超时时间min_timeout ,epoll_wait 超时指定为 min_timeout 就能解决问题

you can try one of the following 1. fix requirements.txt with special version redis-py 2.x 2. replace zadd(key, field, val) -> zadd(key, {field:val}) in redisprovider.py PR welcome