refactor(redis_interface): changed the in the get_options value from true to false (#1606)

This commit is contained in:
Prajjwal Kumar
2023-07-05 16:09:36 +05:30
committed by GitHub
parent 1b226389bd
commit 737aeb6b0a

View File

@ -193,7 +193,7 @@ impl super::RedisConnectionPool {
seconds.unwrap_or(self.config.default_ttl.into()),
)),
Some(SetOptions::NX),
true,
false,
)
.await
.into_report()