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); }