mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-14 05:37:53 +02:00
We want to configure other options on the redis cache. By default there is no timeout on the connection to socket and no timeout for read/write operations. We set default values in all caches used in production. The settings IGNORE_EXCEPTIONS differ between the default and the session cache. Activating it behaves like a missed cache. Enabling it for the session should lead to unwanted side effects, by returning falsy on the session creation, a retry mechanism of 10000 attempts is made in the SessionStore.create method, the request can stay in this loop for a long time.