wesmiler 1 year ago
parent
commit
2b7ef3fe5e
1 changed files with 1 additions and 0 deletions
  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);
     }