|
@ -49,7 +49,7 @@ class RedisManager |
|
|
* @var Redis |
|
|
* @var Redis |
|
|
*/ |
|
|
*/ |
|
|
$connection = new Redis(); |
|
|
$connection = new Redis(); |
|
|
if (Config::get('DEBUG')) { |
|
|
if (Config::get('PROFILER_DETAILS')) { |
|
|
$connection = new RedisDebug($connection); |
|
|
$connection = new RedisDebug($connection); |
|
|
} |
|
|
} |
|
|
if (!$connection->connect($host, $port)) { |
|
|
if (!$connection->connect($host, $port)) { |
|
|
xxxxxxxxxx