mead преди 4 месеца
родител
ревизия
2ed761e8e4
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      storage/WatchController.php

+ 2 - 2
storage/WatchController.php

@@ -42,8 +42,8 @@ class WatchController extends Controller
 //        $cache = new RedisAdapter($client);
 //        $app->rebind('cache', $cache);
 
-        $cache = new RedisAdapter(app('redis')->connection()->client());
-        $app->rebind('cache', $cache);
+//        $cache = new RedisAdapter(app('redis')->connection()->client());
+//        $app->rebind('cache', $cache);
 
         $app->server->push(function ($message) use ($app, $account) {
             log_record('消息', compact('message'));