Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top