wesmiler 1 年之前
父節點
當前提交
b0be64d254
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Http/Controllers/Admin/IndexController.php

+ 1 - 0
app/Http/Controllers/Admin/IndexController.php

@@ -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*");