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