wesmiler 2 månader sedan
förälder
incheckning
a36c98bfd4
1 ändrade filer med 1 tillägg och 4 borttagningar
  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();