How to make Doctrine result cache work with Redis on Symfony 3.4
Currently I have this on framework.cache: app: cache.adapter.redis default_redis_provider: redis://localhost doctrine.orm: metadata_cache_driver: redis result_cache_driver: redis query_cache_driver: redis Sure, it doesn't work, but I have no idea what to even try now. Doing type: pool, pool: cache.app works perfect on Symfony…