- 🇬🇧United Kingdom slejnej
Hello,
any news on this? We are using D10.2 with php8.1 and saving menu, or any admin settings changes do not clear memcached.
Thanks
On production site I am facing wearied issue, When I update the content to page or block content. Then I see old content of first refresh of page then it keep fluctuating with old and new content , until I flush the cache or clear cache the new content is not visible
settings['memcache']['bins'] = ['default' => 'default'];
$settings['memcache']['key_prefix'] = 'cms_prod_memcache_';
$settings['memcache']['persistent'] = TRUE;
$settings['cache']['default'] = 'cache.backend.memcache';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.memcache';
$settings['cache']['bins']['render'] = 'cache.backend.memcache';
$settings['container_yamls'][] = $app_root . '/modules/contrib/memcache/example.services.yml';
Please let know the solution if any one facing.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hello,
any news on this? We are using D10.2 with php8.1 and saving menu, or any admin settings changes do not clear memcached.
Thanks