Skip to content

Commit a9738f6

Browse files
authored
suggesting other cache options
1 parent 3cb189a commit a9738f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

symfony/framework-bundle/3.3/config/packages/framework.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ framework:
1313
#fragments: ~
1414
php_errors:
1515
log: true
16+
17+
cache:
18+
# app cache uses the filesystem by default. Other options include:
19+
# app: cache.adapter.apcu
20+
21+
# app: cache.adapter.redis
22+
# configure your redis connnection via:
23+
# default_redis_provider: redis://localhost

0 commit comments

Comments
 (0)