改名
This commit is contained in:
@@ -164,7 +164,7 @@ class Redis extends Pool
|
||||
return $result = false;
|
||||
}
|
||||
return $result = true;
|
||||
} catch (Exception $exception) {
|
||||
} catch (\Throwable $exception) {
|
||||
return $result = false;
|
||||
} finally {
|
||||
if (!$result) {
|
||||
|
||||
Reference in New Issue
Block a user