Browse Source

测试bug

yingzi 1 year ago
parent
commit
6a7cf28452
1 changed files with 1 additions and 0 deletions
  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);
     }