yingzi hace 1 año
padre
commit
962b946fb0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Mall/Framework/Cache/Redis.Class.php

+ 1 - 0
Mall/Framework/Cache/Redis.Class.php

@@ -576,6 +576,7 @@ class Redis extends Storage
     public function keys($key)
     {
         $key = $this->prefix . $key;
+        var_dump($key);
         return $this->resource->keys($key);
     }