When calling Cm_Cache_Backend_Redis::clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG, ['bla']) this runs out of memory when there are a large number of entries.
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33554440 bytes) in /…/vendor/colinmollenhour/credis/Client.php on line 1353
v1.17.1
We could of course increase the memory limit but it'll fail eventually; would it be possible to do this in batches, or via a Lua script?
When calling
Cm_Cache_Backend_Redis::clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG, ['bla'])
this runs out of memory when there are a large number of entries.v1.17.1
We could of course increase the memory limit but it'll fail eventually; would it be possible to do this in batches, or via a Lua script?