Преглед на файлове

Error en el decode, retorna array.

Maximiliano Schvindt преди 6 години
родител
ревизия
f1257b6206
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Services/RedisService.php

+ 2 - 1
Services/RedisService.php

@@ -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();
     }