Closed (duplicate)
Project:
Memcache API and Integration
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Nov 2009 at 18:53 UTC
Updated:
16 Oct 2012 at 17:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
catchSee http://drupal.org/project/pathcache
Comment #2
j0rd commentedFor those who find this ticket in the future.
There's a problem with memcache and URL alias, specifically the url_alias table.
Memcache has a key limit of 250 characters, but path alias src has a max key of 250.
I've tested and confirmed this problem with php5-memcached.
Attached is a test to see if you might have this problem as well.