mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
refactor(redis_interface): changed the in the get_options value from true to false (#1606)
This commit is contained in:
@ -193,7 +193,7 @@ impl super::RedisConnectionPool {
|
||||
seconds.unwrap_or(self.config.default_ttl.into()),
|
||||
)),
|
||||
Some(SetOptions::NX),
|
||||
true,
|
||||
false,
|
||||
)
|
||||
.await
|
||||
.into_report()
|
||||
|
||||
Reference in New Issue
Block a user