memcached - Memcache not updated when new contents posted on Drupal -
memcached - Memcache not updated when new contents posted on Drupal -
i have drupal-7 application has memcache configured. when ever update contents through admin panel, new contents url alias, images etc not getting updated memcache , servers same old cache. below configuration settings
### memcache settings ### $conf['cache_backends'][] = 'sites/all/modules/contrib/memcache/memcache.inc'; $conf['cache_default_class'] = 'memcachedrupal'; $conf['cache_class_cache_form'] = 'drupaldatabasecache'; $conf['memcache_servers'] = array( '10.10.12.161:11211' => 'default'); $conf['memcache_bins'] = array( 'cache' => 'default' );
would great if 1 can guide me prepare it.
thanks,
swaroop.
drupal-7 memcached
Comments
Post a Comment