Closed (duplicate)
Project:
Memcache API and Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2010 at 03:37 UTC
Updated:
30 Mar 2010 at 09:26 UTC
We encountered a problem with a site that uses Greek in long URL aliases. It turns out that with unicode and urlencoding we overflow the key limit of 250 bytes withing memcached.
The solution is to change dmemcache.inc to use an md5 hash.
Tested and found to work.
Comments
Comment #1
kbahey commentedLong explanation Very long URL aliases not correctly cached in memcache.
Comment #2
crea commentedDuplicate of #525400: long keys get truncated