Question

we are providing a multi store Magento 2 Shop on a multi webnode infrastructure. Sessions are handled by a redis docker on the DB Server. Is it useful to start new separately docker instances for default and page cache as well or can all be in the same redis-server?

Était-ce utile?

La solution

We found out that it is not necessary to start multiple instances of redis. You can use different databases instead. Multiple instances only brings you more flexibility on your server environment

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top