sandm преди 2 години
родител
ревизия
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'));
     }
 
 }