wesmiler 6 miesięcy temu
rodzic
commit
98fbc7f2fb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Http/Controllers/Admin/IndexController.php

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

@@ -111,7 +111,7 @@ class IndexController extends Backend
         RedisService::keyDel("caches:account*");
         RedisService::keyDel("caches:article*");
         RedisService::keyDel("caches:member*");
-        RedisService::keyDel("caches:videos");
+        RedisService::keyDel("caches:videos*");
         RedisService::keyDel("caches:config*");
         RedisService::keyDel("caches:mpQrcode*");
         RedisService::keyDel("caches:order*");