Ver Fonte

Wesmiler

wesmiler há 2 meses atrás
pai
commit
a36c98bfd4
1 ficheiros alterados com 1 adições e 4 exclusões
  1. 1 4
      app/Http/Controllers/Admin/IndexController.php

+ 1 - 4
app/Http/Controllers/Admin/IndexController.php

@@ -103,13 +103,10 @@ class IndexController extends Backend
         RedisService::keyDel("caches:accounts*");
         RedisService::keyDel("caches:count*");
         RedisService::keyDel("caches:account*");
-        RedisService::keyDel("caches:article*");
-        RedisService::keyDel("caches:agents*");
-        RedisService::keyDel("caches:socials*");
+        RedisService::keyDel("caches:articles*");
         RedisService::keyDel("caches:member*");
         RedisService::keyDel("caches:config*");
         RedisService::keyDel("caches:stores*");
-        RedisService::keyDel("caches:jobs*");
         RedisService::keyDel("caches:order*");
         RedisService::keyDel(env('APP_NAME') . "_cache:*");
         //Cache::flush();