From 2c90a09e70ac8d3c33f0b88bc0aa35813c606c56 Mon Sep 17 00:00:00 2001 From: Jesper Callesen Date: Thu, 26 Sep 2024 13:11:21 +0200 Subject: [PATCH] This should fix it the failed tests. --- src/LuaScripts.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/LuaScripts.php b/src/LuaScripts.php index 7ba5b101..c53c047e 100644 --- a/src/LuaScripts.php +++ b/src/LuaScripts.php @@ -34,8 +34,6 @@ public static function updateMetrics() end redis.call('hmset', KEYS[1], 'throughput', throughput, 'runtime', runtime) - - return {throughput, runtime} LUA; } @@ -74,7 +72,7 @@ public static function purge() end end - return {count, start + batch_size} + return count LUA; } } \ No newline at end of file