Skip to content

Commit

Permalink
fix: Actually delete redis keys
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Feb 13, 2024
1 parent e3c69f6 commit 51a6bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/src/redis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ impl RedisClientImpl {

self.connection
.clone()
.keys(&key)
.del(&key)
.await
.map_err(|e| anyhow::format_err!(e))
.context(format!("DEL {key:?}"))
Expand Down

0 comments on commit 51a6bf7

Please sign in to comment.