wesmiler 6 months ago
parent
commit
98fbc7f2fb
1 changed files with 1 additions and 1 deletions
  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*");