Memcache is amazing solution, thank you all for this module!
However, I have a lot of questions in DB to url_alias table. Is any chance how to memcache also this table? I'm using 5.x version.

Thank you for help

CommentFileSizeAuthor
#2 memcached.php_.txt492 bytesj0rd

Comments

catch’s picture

Status: Active » Closed (duplicate)
j0rd’s picture

StatusFileSize
new492 bytes

For 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.