@@ -177,8 +177,9 @@ class RedisService extends Redis implements CollectorInterface
print_r("HGET '{$key}': {$t} segundos" . PHP_EOL);
}
+
if($_data)
- return json_decode($_data,true);
+ return $_data;
return array();