Skip to content

Commit e942ed1

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #337
2 parents 0de9aad + 7b28e88 commit e942ed1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ framework:
1717
cache:
1818
# The app cache caches to the filesystem by default. Other options include:
1919

20-
# apcu
21-
# app: cache.adapter.apcu
20+
# Redis
21+
#app: cache.adapter.redis
22+
#default_redis_provider: redis://localhost
2223

23-
# redis
24-
# app: cache.adapter.redis
25-
# default_redis_provider: redis://localhost
24+
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
25+
#app: cache.adapter.apcu

0 commit comments

Comments
 (0)