fix: adds redis phing var

This commit is contained in:
2025-05-01 20:21:30 -05:00
parent 4f6f8f43f1
commit e5f0f358b7
3 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ framework:
# Redis
app: cache.adapter.redis
default_redis_provider: redis://redis
default_redis_provider: '%env(REDIS_HOST)%'
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
#app: cache.adapter.apcu