Fix redis

This commit is contained in:
Alex Root Junior 2018-09-22 22:33:19 +03:00
parent afb73fdb5c
commit b3c5273839

View file

@ -59,7 +59,6 @@ class RedisStorage(BaseStorage):
return await self._redis.wait_closed()
return True
@property
async def redis(self) -> aioredis.RedisConnection:
"""
Get Redis connection