diff --git a/crates/redis_interface/src/commands.rs b/crates/redis_interface/src/commands.rs index 95fbe229e5..413dee4ded 100644 --- a/crates/redis_interface/src/commands.rs +++ b/crates/redis_interface/src/commands.rs @@ -193,7 +193,7 @@ impl super::RedisConnectionPool { seconds.unwrap_or(self.config.default_ttl.into()), )), Some(SetOptions::NX), - true, + false, ) .await .into_report()