Space48 / magento2-demo-platformsh

🚀 Code and configuration required to deploy a Magento 2.x demo store to platform.sh
https://master-7rqtwti-g2imcmwdbx2e4.eu.platform.sh/
0 stars 0 forks source link

Use redis for cache #3

Open punkstar opened 6 years ago

punkstar commented 6 years ago

We're reading in the credentials for Redis from the environment variables, but they're not being applied to the env.php. There is a check for Cm_Cache_Backend_Redis in updateConfigurationFile which is probably the reason this is failing:

https://github.com/Space48/magento2-demo-platformsh/blob/19ff4f2cae98a1c98da9a93062cba77845fba2bb/lib/Space48/PlatformSh/Magento/DemoProvisioner.php#L360