Update redis.py

This commit is contained in:
Noct 2024-08-07 16:05:39 +09:00 committed by GitHub
parent 3ba724e2fa
commit 4dd57a2125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,4 +166,4 @@ class RedisEventIsolation(BaseEventIsolation):
yield None
async def close(self) -> None:
pass
await self.redis.aclose(close_connection_pool=True)