wesmiler 2 лет назад
Родитель
Сommit
f933048088
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Http/Controllers/Admin/IndexController.php

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

@@ -105,6 +105,7 @@ class IndexController extends Backend
         RedisService::keyDel("caches:articl*");
         RedisService::keyDel("caches:qrcode*");
         RedisService::keyDel("caches:memb*");
+        RedisService::keyDel("caches:live*");
         RedisService::keyDel("caches:conf*");
         RedisService::keyDel("caches:order*");
         RedisService::keyDel("caches:acceptor*");