From dbfad195e334d26266b1f2bb16262b8f567d40e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 24 Feb 2022 13:55:23 +0800 Subject: [PATCH] modify plugin name --- kiri-engine/Pool/Redis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/Pool/Redis.php b/kiri-engine/Pool/Redis.php index d19f8971..c4d42956 100644 --- a/kiri-engine/Pool/Redis.php +++ b/kiri-engine/Pool/Redis.php @@ -113,7 +113,7 @@ class Redis extends Component */ public function initConnections($name, $isMaster, $max) { - $this->getPool()->initConnections($name, $isMaster, $max); + $this->getPool()->initConnections($name, $max); }