I have the same question as this person: http://drupal.org/node/499920

Including cache_form in memcache causes various AHAH form problems occasionally and we are currently excluding it via a big custom patch. If I use 'memcache_bins' in $conf to list the cache tables, will it exclude the tables I don't list or just stick them into 'default'? What's best practice for excluding a cache table?

Thanks

Comments

jeremy’s picture

Status: Active » Fixed

If you don't define a table, it will just go into 'default'. The memcache project completely replaces the database cache -- perhaps you could hack memcache.db.inc to do what you want, but it's not really the intention.

You should instead look into this project: http://drupal.org/project/cacherouter

jeremy’s picture

Here's an example of a patch applied against the memcache module to exclude a table:
http://drupal.org/node/406050#comment-1765168

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.