sandm 2 лет назад
Родитель
Сommit
03333b5b2f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/index/controller/Auth.php

+ 1 - 1
app/index/controller/Auth.php

@@ -227,7 +227,7 @@ class Auth extends BaseController {
         $redis = new \Redis();
         $redis->connect("192.168.51.99", 6379);
         $redis->auth("jjhc2019");
-        var_dump($redis->hget("product",2301));
+        dd($redis->get('test'));
     }
 
 }