From 2cea45051be890fcd75d2f50c803acf0da0d8412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 4 Jun 2021 18:16:06 +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, 2 deletions(-) diff --git a/System/Cache/Redis.php b/System/Cache/Redis.php index 5cdab9ca..acb5c749 100644 --- a/System/Cache/Redis.php +++ b/System/Cache/Redis.php @@ -143,8 +143,6 @@ SCRIPT; if (!($client instanceof \Redis)) { throw new Exception('Redis connections more.'); } - $client->select($config['databases']); - $client->_prefix($config['prefix']); return $client; }