[wp-trac] [WordPress Trac] #14751: Comment count cache is never invalidated using memcache
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 13 04:22:40 UTC 2011
#14751: Comment count cache is never invalidated using memcache
--------------------------------------+------------------------------
Reporter: TomUK | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Comments | Version: 3.0.1
Severity: major | Resolution: worksforme
Keywords: memcached comments cache |
--------------------------------------+------------------------------
Changes (by markjaquith):
* status: new => closed
* resolution: => worksforme
Comment:
Counts are non-persistent. They only last for the current page load.
{{{ wp_cache_add_non_persistent_groups( array( 'comment',
'counts', 'plugins' ) );}}}
Your Memcache backend must not be designating it as non-persistent.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14751#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list