From 8c16d9f4b3afef3ebe155e53b4635e613e19fd6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 6 Dec 2021 15:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Cache/Base/Redis.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-engine/Cache/Base/Redis.php b/kiri-engine/Cache/Base/Redis.php index a3abd50f..0b204e04 100644 --- a/kiri-engine/Cache/Base/Redis.php +++ b/kiri-engine/Cache/Base/Redis.php @@ -48,6 +48,7 @@ class Redis implements StopHeartbeatCheck */ public function __construct(array $config) { + var_dump($config); $this->host = $config['host']; $this->port = $config['port']; $this->database = $config['database'];