wesmiler il y a 1 an
Parent
commit
2b7ef3fe5e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/Http/Controllers/Admin/IndexController.php

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

@@ -108,6 +108,7 @@ class IndexController extends Backend
         RedisService::keyDel("caches:acceptor*");
         RedisService::keyDel("caches:index*");
         RedisService::keyDel("caches:config*");
+        RedisService::keyDel("caches:m_collect*");
 
         return message(MESSAGE_OK, true);
     }