Bug #79966
closedConnection timeout for Redis cache backend
100%
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.
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51799
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51799
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51799
Updated by Arno Schoon over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9b4f52743bf87e1a661fb225761f8eaae56b830c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed