You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Phpfastcache/Drivers/Predis/Driver.php
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,11 @@ protected function driverConnect(): bool
91
91
try {
92
92
$this->instance->connect();
93
93
} catch (PredisConnectionException$e) {
94
-
echo$e->getMessage();
95
-
thrownewPhpfastcacheDriverException('Failed to connect to predis server. Check the Predis documentation: https://github.com/nrk/predis/tree/v1.1#how-to-install-and-use-predis',
96
-
0, $e);
94
+
thrownewPhpfastcacheDriverException(
95
+
'Failed to connect to predis server. Check the Predis documentation: https://github.com/nrk/predis/tree/v1.1#how-to-install-and-use-predis',
0 commit comments