Browse Source

Update symfony2 with Redis instead of APC

Greg Hellings 10 years ago
parent
commit
031fca6e13
1 changed files with 2 additions and 2 deletions
  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: