mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
fix: impl Drop for RedisConnectionPool (#1051)
This commit is contained in:
@ -33,6 +33,5 @@ async fn main() -> DrainerResult<()> {
|
||||
)
|
||||
.await?;
|
||||
|
||||
store.close().await;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user