Actions
Bug #19506
closedMemcached backend is not working properly
Start date:
2008-10-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Changing page content does not clear cache.
If I change page content using List or standard Page modules, cache is not cleared and old page content is shown in Frontend. The problem does not happen with database backend.
(issue imported from #M9645)
Files
Updated by Dmitry Dulepov about 16 years ago
Additionally "clear page cache" does not have any effect. Only killing memcached helps.
Updated by Dmitry Dulepov almost 16 years ago
The attached patch fixes the main issue and also several other issues:
- clearing cache doesl not work from CLI scripts
- memcache keys contain extra underscore character
- removing identifier will take a lot of time and memory when page cache contains thousands of pages
Updated by Dmitry Dulepov almost 16 years ago
Version 2 of the patch uses PATH_site instead of host name (see discussion with masi in the core list)
Actions