The class RedisException does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?
The class RedisException does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?
Loading history...
52
$available = false;
53
}
54
55
return $available;
56
}
57
58
/**
59
* @throws \Exception
60
* @codeCoverageIgnore
61
*/
62
private function isRedisExtensionAvailable()
63
{
64
if (false === \class_exists('\Redis')) {
65
throw new \Exception(
66
\sprintf(
67
'Redis extension for PHP is not installed on the system, use %s class instead.',