Loading src/CryptologMiddleware.php +8 −1 Original line number Diff line number Diff line Loading @@ -192,8 +192,15 @@ class CryptologMiddleware implements HttpKernelInterface { $backend = $chained_fast; } } try { $this->backend = $backend->get(self::BIN); } catch (\Exception $e) { // Redis module is installed but a Redis client is not available. $backend = $apcu ?: $chained_fast; $this->backend = $backend->get(self::BIN); } } /** * Stores salt and day of year in the cache. Loading Loading
src/CryptologMiddleware.php +8 −1 Original line number Diff line number Diff line Loading @@ -192,8 +192,15 @@ class CryptologMiddleware implements HttpKernelInterface { $backend = $chained_fast; } } try { $this->backend = $backend->get(self::BIN); } catch (\Exception $e) { // Redis module is installed but a Redis client is not available. $backend = $apcu ?: $chained_fast; $this->backend = $backend->get(self::BIN); } } /** * Stores salt and day of year in the cache. Loading