In order to use the cache install redis as service before performing the update, add to the docker compose file:
redis:
image: redis:alpine
docker compose up -d then do the update, or use service autodiscovery afterwards.
In order to use the cache install redis as service before performing the update, add to the docker compose file:
redis:
image: redis:alpine
docker compose up -d then do the update, or use service autodiscovery afterwards.
Install a cache for faster pivot pre-translations on multi target language tasks