We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82393f2 commit 24765dbCopy full SHA for 24765db
apps/labrinth/src/database/redis.rs
@@ -432,6 +432,11 @@ impl RedisPool {
432
}
433
434
for (key, _) in ids {
435
+ pipe.atomic().del(format!(
436
+ "{}_{namespace}:{}/lock",
437
+ self.meta_namespace,
438
+ key.to_lowercase()
439
+ ));
440
pipe.atomic().del(format!(
441
"{}_{namespace}:{key}/lock",
442
self.meta_namespace
0 commit comments