Browse Source

Update symfony2 with Redis instead of APC

Greg Hellings 11 năm trước cách đây
mục cha
commit
031fca6e13
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      frameworks/PHP/php-symfony2/app/config/config_prod.yml

+ 2 - 2
frameworks/PHP/php-symfony2/app/config/config_prod.yml

@@ -13,9 +13,9 @@ framework:
 
 doctrine:
     orm:
-        metadata_cache_driver: apc
+        metadata_cache_driver: redis
         #result_cache_driver: apc
-        query_cache_driver: apc
+        query_cache_driver: redis
 
 monolog:
     handlers: