From 729aa2b786f48ed764886992d883d1be19488041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 31 Aug 2020 14:08:12 +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 --- system/Cache/Redis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Cache/Redis.php b/system/Cache/Redis.php index 250b048c..651b256d 100644 --- a/system/Cache/Redis.php +++ b/system/Cache/Redis.php @@ -342,8 +342,8 @@ class Redis extends Component 'prefix' => Config::get('id'), 'auth' => '', 'databases' => '0', - 'timeout' => -1, 'read_timeout' => -1, + 'conn_timeout' => -1, ]); return [ 'host' => $config['host'],