wesmiler 2 лет назад
Родитель
Сommit
5c423a8284
1 измененных файлов с 1 добавлено и 0 удалено
  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:config*");
         RedisService::keyDel("caches:m_collect*");
+        RedisService::keyDel("caches:task*");
         RedisService::keyDel("caches:task:scene*");
 
         return message(MESSAGE_OK, true);