Symfony cache redis adapter with username and password

Recently started a new project that uses Doctrine and symfony cache. For symfony cache I always strongly prefer phpredis with igbinary marshalling. One issue I ran into was that my redis server is configured to use username and password while symfony cache redis adapter docs didn’t cover this scenario at the time of writing, unless … Read more