From a573873737f80e5ccd6d234344cec4e808f2acda Mon Sep 17 00:00:00 2001 From: Tioncico <31308307+tioncico@users.noreply.github.com> Date: Thu, 13 Jun 2019 11:22:46 +0800 Subject: [PATCH 1/2] Update RedisPoolException.php --- src/RedisPoolException.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RedisPoolException.php b/src/RedisPoolException.php index d40bd0e..8e406db 100644 --- a/src/RedisPoolException.php +++ b/src/RedisPoolException.php @@ -6,10 +6,10 @@ * Time: 下午11:08 */ -namespace EasySwoole\MysqliPool; +namespace EasySwoole\RedisPool; class RedisPoolException extends \Exception { -} \ No newline at end of file +} From ada45aecf691b933791b970640e10f55bac94370 Mon Sep 17 00:00:00 2001 From: Tioncico <31308307+tioncico@users.noreply.github.com> Date: Thu, 13 Jun 2019 11:23:10 +0800 Subject: [PATCH 2/2] Update Redis.php --- src/Redis.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Redis.php b/src/Redis.php index 724a312..fd112b6 100644 --- a/src/Redis.php +++ b/src/Redis.php @@ -8,7 +8,7 @@ use EasySwoole\Component\Pool\PoolConf; use EasySwoole\Component\Pool\PoolManager; use EasySwoole\Component\Singleton; -use EasySwoole\MysqliPool\RedisPoolException; +use EasySwoole\RedisPool\RedisPoolException; use EasySwoole\Utility\Random; class Redis @@ -108,4 +108,4 @@ public function pool(string $name):?AbstractPool return null; } } -} \ No newline at end of file +}