|
@@ -106,6 +106,7 @@ class IndexController extends Backend
|
|
|
RedisService::keyDel("caches:chats:*");
|
|
|
RedisService::keyDel("caches:articles:*");
|
|
|
RedisService::keyDel("caches:member:*");
|
|
|
+ RedisService::keyDel("caches:members:*");
|
|
|
RedisService::keyDel("caches:acceptor*");
|
|
|
RedisService::keyDel("caches:index*");
|
|
|
RedisService::keyDel("caches:config*");
|