jonathanslenders / asyncio-redis

Redis client for Python asyncio (PEP 3156)
http://asyncio-redis.readthedocs.org/
Other
552 stars 74 forks source link

Added compatibility with python 3.7 #123

Closed kidoz closed 6 years ago

kidoz commented 6 years ago

This commit fixed problem of async keyword when using python 3.7

jonathanslenders commented 6 years ago

Thank you @kidoz!