|
@@ -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);
|