|
|
@@ -96,6 +96,7 @@ class IndexController extends Backend
|
|
|
*/
|
|
|
public function clearCache()
|
|
|
{
|
|
|
+ RedisService::keyDel("caches:articles:*");
|
|
|
RedisService::keyDel("caches:wallet:*");
|
|
|
RedisService::keyDel("caches:live:*");
|
|
|
RedisService::keyDel("caches:goods:*");
|