Skip to content

Commit

Permalink
try not ignoring the results
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Oct 8, 2024
1 parent fce468e commit 9015733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion limitador/src/storage/redis/redis_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ impl AsyncCounterStorage for AsyncRedisStorage {
.arg(counter.window().as_secs())
.arg(delta),
)
.ignore();
}
pipeline
.query_async::<()>(&mut con)
Expand Down

0 comments on commit 9015733

Please sign in to comment.