add session pool (#2899)

This commit is contained in:
LawyZheng
2025-07-08 23:44:50 +08:00
committed by GitHub
parent 591304f25d
commit 427ad4d9ac

View File

@@ -35,6 +35,9 @@ class PersistentSessionsManager:
cls.instance.database = database
return cls.instance
def watch_session_pool(self) -> None:
return None
async def begin_session(
self,
*,