wesmiler 5 лет назад
Родитель
Сommit
85892d3dc9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/index/controller/Top10Controller.php

+ 1 - 1
app/index/controller/Top10Controller.php

@@ -10,7 +10,7 @@ class Top10Controller extends HomeBaseController
 {
     public function index()
     {
-        $cacheKey = "cache_top_pages:index";
+        $cacheKey = "cache:top_pages:index";
         $pageHtml = RedisService::get($cacheKey);
         if($pageHtml){
             return $pageHtml;