clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

Add Redis CLI Tools #32

Closed rafaelstz closed 6 years ago

rafaelstz commented 6 years ago

Add apt install -y redis-tools to be able to use this command below in Apache container to flush the Redis cache.

redis-cli -h redis flushall
redis-cli -h redis-session flushall
rafaelstz commented 6 years ago

Done :tada: !