caolongle 3 年之前
父节点
当前提交
6b9e2acdf0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/controller/Index.php

+ 0 - 1
app/controller/Index.php

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