Hello, Every one. I want to add a redis client to my Tornado Application by using aioredis.And I write the following code:
When I press the ctrl-c to stop the server, I will get following warnings:
sys:1: RuntimeWarning: coroutine 'redis_connect' was never awaited
So, can anyone tell me how to add a redis client for tornado app correctly?