We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0de9aad + 7b28e88 commit e942ed1Copy full SHA for e942ed1
symfony/framework-bundle/3.3/config/packages/framework.yaml
@@ -17,9 +17,9 @@ framework:
17
cache:
18
# The app cache caches to the filesystem by default. Other options include:
19
20
- # apcu
21
- # app: cache.adapter.apcu
+ # Redis
+ #app: cache.adapter.redis
22
+ #default_redis_provider: redis://localhost
23
- # redis
24
- # app: cache.adapter.redis
25
- # default_redis_provider: redis://localhost
+ # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
+ #app: cache.adapter.apcu
0 commit comments