leporo / tornado-redis

Asynchronous Redis client that works within Tornado IO loop.
667 stars 163 forks source link

Modify connection.py #108

Open corvofeng opened 6 years ago

corvofeng commented 6 years ago

In tornado.BaseStream.init, The io_loop argument (deprecated since version 4.1) has been removed.

Signed-off-by: corvofeng corvofeng@gmail.com

corvofeng commented 6 years ago

pip install failed

image