Jump to:
| Project: | Memcache API and Integration |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Congratulation great module
I tried to put in memory the table node , but it doesn't work....could someone tell me how can I do?
'cache_inc' => './sites/all/modules/memcache/memcache.inc',
'memcache_servers' => array(
'localhost:11211' => 'default',
'localhost:11212' => 'block',
'localhost:11213' => 'content',
'localhost:11214' => 'filter',
'localhost:11215' => 'form',
'localhost:11216' => 'menu',
'localhost:11217' => 'page',
'localhost:11218' => 'node',
'localhost:11219' => 'user',
),
'memcache_bins' => array(
'cache' => 'default',
'cache_block' => 'block',
'cache_content' => 'content',
'cache_filter' => 'filter',
'cache_form' => 'form',
'cache_menu' => 'menu',
'cache_page' => 'page',
'node => 'node',
'users' => 'user',
),
Comments
#1
The node table is not a cache, and thus it can not be stored in memcache through this mechanism. If you wish to cache nodes in memory, try this patch:
http://tag1consulting.com/patches/load_cache
#2
Automatically closed -- issue fixed for 2 weeks with no activity.