From 81e55ecdf163cfe1334af66833fa2c62fed37999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 6 Dec 2021 15:52:05 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/Cache/Base/Redis.php b/kiri-engine/Cache/Base/Redis.php index a3abd50f..ee1d203a 100644 --- a/kiri-engine/Cache/Base/Redis.php +++ b/kiri-engine/Cache/Base/Redis.php @@ -50,7 +50,7 @@ class Redis implements StopHeartbeatCheck { $this->host = $config['host']; $this->port = $config['port']; - $this->database = $config['database']; + $this->database = $config['databases']; $this->auth = $config['auth']; $this->prefix = $config['prefix']; $this->timeout = $config['timeout'];