wesmiler hace 5 años
padre
commit
85892d3dc9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;