mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 18:16:34 +03:00
suggesting other cache options
This commit is contained in:
@@ -13,3 +13,11 @@ framework:
|
||||
#fragments: ~
|
||||
php_errors:
|
||||
log: true
|
||||
|
||||
cache:
|
||||
# app cache uses the filesystem by default. Other options include:
|
||||
# app: cache.adapter.apcu
|
||||
|
||||
# app: cache.adapter.redis
|
||||
# configure your redis connnection via:
|
||||
# default_redis_provider: redis://localhost
|
||||
|
||||
Reference in New Issue
Block a user