wesmiler 2 lat temu
rodzic
commit
5c423a8284
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/Http/Controllers/Admin/IndexController.php

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

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