Skip to content

Commit

Permalink
FIX: Fix memcached-tool script file
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesecrust committed Nov 11, 2024
1 parent 1dd99aa commit bcc0111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/memcached-tool
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if ($mode eq 'dump') {
last if /^END/;
# return format looks like this
# ITEM foo [6 b; 1176415152 s]
if (/^ITEM (\S+) \[.* (\d+) s\]/) {
if (/^ITEM (\S+) \[(.*?)\]/) {
$keyexp{$1} = $2;
}
}
Expand Down

0 comments on commit bcc0111

Please sign in to comment.