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