Skip to content

Commit 69f14a4

Browse files
authored
Merge pull request #3 from ensi-platform/task-114765
#114765 Fixed typo
2 parents 68fae10 + 63580b8 commit 69f14a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public function removeMetric(string $type, array $data): bool
464464
local results = redis.call('SCAN', cursor, 'MATCH', ARGV[1])
465465
cursor = results[1]
466466
for _, key in ipairs(results[2]) do
467-
delResult = delResults + redis.call('DEL', key)
467+
delResult = delResult + redis.call('DEL', key)
468468
end
469469
until cursor == "0"
470470
return delResult

0 commit comments

Comments
 (0)