瀏覽代碼

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