mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Tweak cache-related section
This commit is contained in:
committed by
Nicolas Grekas
parent
0de9aadc69
commit
7b28e887d7
@@ -17,9 +17,9 @@ framework:
|
||||
cache:
|
||||
# The app cache caches to the filesystem by default. Other options include:
|
||||
|
||||
# apcu
|
||||
# app: cache.adapter.apcu
|
||||
# Redis
|
||||
#app: cache.adapter.redis
|
||||
#default_redis_provider: redis://localhost
|
||||
|
||||
# redis
|
||||
# app: cache.adapter.redis
|
||||
# default_redis_provider: redis://localhost
|
||||
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
|
||||
#app: cache.adapter.apcu
|
||||
|
||||
Reference in New Issue
Block a user