Skip to content

Commit

Permalink
Fix instrumention name: delete_prefixed like the others.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Dec 3, 2017
1 parent 9b823c0 commit 7609ca0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def delete(key)
end

def delete_prefixed(prefix)
instrument :delete_all, prefix: prefix do
instrument :delete_prefixed, prefix: prefix do
marker = nil

loop do
Expand Down

0 comments on commit 7609ca0

Please sign in to comment.