From 2aa78031d65a9a388a5a469e7fd7dede0a898584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 11 Sep 2020 01:29:04 +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/Pool/Redis.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Pool/Redis.php b/System/Pool/Redis.php index 1a0d1e72..1d66a1fb 100644 --- a/System/Pool/Redis.php +++ b/System/Pool/Redis.php @@ -40,6 +40,7 @@ class Redis extends Pool if (Context::hasContext($coroutineName)) { return Context::getContext($coroutineName); } else if (!$this->hasItem($coroutineName)) { + $this->success('create redis client -> ' . $config['host'] . ':' . $this->size($coroutineName)); return $this->saveClient($coroutineName, $this->createConnect($config)); } return $this->getByChannel($coroutineName, $config);