fix: impl Drop for RedisConnectionPool (#1051)

This commit is contained in:
Kartikeya Hegde
2023-05-04 19:31:33 +05:30
committed by GitHub
parent e5cc0d9d45
commit 3d05e50abc
8 changed files with 14 additions and 40 deletions

View File

@ -33,6 +33,5 @@ async fn main() -> DrainerResult<()> {
)
.await?;
store.close().await;
Ok(())
}