From a1ee77d7f6493605e44aafcf6344bd1f91336ab6 Mon Sep 17 00:00:00 2001 From: pengfeili Date: Wed, 8 Mar 2023 17:00:41 +0800 Subject: [PATCH] fix bug:When the storage is Redis, wipeStorage cannot work --- src/Prometheus/Storage/Redis.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Prometheus/Storage/Redis.php b/src/Prometheus/Storage/Redis.php index 8b626171..5e3ee974 100644 --- a/src/Prometheus/Storage/Redis.php +++ b/src/Prometheus/Storage/Redis.php @@ -123,6 +123,7 @@ public function wipeStorage(): void $this->redis->eval( <<