diff --git a/System/Pool/Redis.php b/System/Pool/Redis.php index b9423643..df76cb37 100644 --- a/System/Pool/Redis.php +++ b/System/Pool/Redis.php @@ -131,8 +131,6 @@ class Redis extends Pool try { if (!($client instanceof SRedis)) { $result = false; - } else if (!$client->isConnected() || !$client->ping('connect.')) { - $result = false; } else { $result = true; }