mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-04 05:59:48 +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()
|
.into_report()
|
||||||
.change_context(errors::RedisError::RedisConnectionError)?;
|
.change_context(errors::RedisError::RedisConnectionError)?;
|
||||||
|
|
||||||
|
pool.connect();
|
||||||
pool.wait_for_connect()
|
pool.wait_for_connect()
|
||||||
.await
|
.await
|
||||||
.into_report()
|
.into_report()
|
||||||
|
|||||||
Reference in New Issue
Block a user