skip to Main Content

Redis – How to inject a specific cache pool?

In my Symfony 5 application I want to use different caches for different tasks and of course for different environments. e.g. my configuration looks like this: framework: cache: pools: cache.auth: adapter: cache.adapter.redis provider: app.my_custom_redis_provider cache.sap: adapter: cache.adapter.redis provider: app.my_custom_redis_provider services:…

VIEW QUESTION
Back To Top
Search