|
|
@@ -103,13 +103,10 @@ class IndexController extends Backend
|
|
|
RedisService::keyDel("caches:accounts*");
|
|
|
RedisService::keyDel("caches:count*");
|
|
|
RedisService::keyDel("caches:account*");
|
|
|
- RedisService::keyDel("caches:article*");
|
|
|
- RedisService::keyDel("caches:agents*");
|
|
|
- RedisService::keyDel("caches:socials*");
|
|
|
+ RedisService::keyDel("caches:articles*");
|
|
|
RedisService::keyDel("caches:member*");
|
|
|
RedisService::keyDel("caches:config*");
|
|
|
RedisService::keyDel("caches:stores*");
|
|
|
- RedisService::keyDel("caches:jobs*");
|
|
|
RedisService::keyDel("caches:order*");
|
|
|
RedisService::keyDel(env('APP_NAME') . "_cache:*");
|
|
|
//Cache::flush();
|