|
|
@@ -104,10 +104,9 @@ class IndexController extends Backend
|
|
|
RedisService::keyDel("caches:count*");
|
|
|
RedisService::keyDel("caches:account*");
|
|
|
RedisService::keyDel("caches:article*");
|
|
|
+ RedisService::keyDel("caches:social*");
|
|
|
RedisService::keyDel("caches:member*");
|
|
|
RedisService::keyDel("caches:config*");
|
|
|
- RedisService::keyDel("caches:supervisors*");
|
|
|
- RedisService::keyDel("caches:meeting*");
|
|
|
RedisService::keyDel("caches:stores*");
|
|
|
RedisService::keyDel("caches:order*");
|
|
|
RedisService::keyDel(env('APP_NAME') . "_cache:*");
|