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