caolongle 3 年之前
父節點
當前提交
08b0e7f4a4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controller/Index.php

+ 1 - 0
app/controller/Index.php

@@ -7,6 +7,7 @@ class Index extends BaseController
7 7
 {
8 8
     public function index()
9 9
     {
10
+        echo phpinfo();exit;
10 11
         Cache::store('redis')->set("name","redis测试",3600);
11 12
         echo Cache::store('redis')->get("name");
12 13
     }