Actions
Bug #79966
closedConnection timeout for Redis cache backend
Start date:
2017-02-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
redis
Complexity:
Is Regression:
No
Sprint Focus:
Description
By default a connection to any Redis host may take up an unlimited amount of time (or until PHP times out).
Especially with an external host which can suffer from network issues this leads to issues.
PHPredis supports setting a timeout (in seconds) when establishing a connection, if the host is down the script shouldn't wait too long.
Actions