mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix(redis_interface): add back Redis pool connect step (#1789)
This commit is contained in:
@ -135,6 +135,7 @@ impl RedisConnectionPool {
|
||||
.into_report()
|
||||
.change_context(errors::RedisError::RedisConnectionError)?;
|
||||
|
||||
pool.connect();
|
||||
pool.wait_for_connect()
|
||||
.await
|
||||
.into_report()
|
||||
|
||||
Reference in New Issue
Block a user