mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix redis
This commit is contained in:
parent
afb73fdb5c
commit
b3c5273839
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue