wesmiler 1 rok pred
rodič
commit
b0be64d254

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