Hi,<br><br>Iīm using memcached as a URL keyword cache. The url is the key and the cached object is a string with relevant keywords of the site. Well, itīs working fine for my purpose. The only problem is the limit of key size to 250 bytes(because there can be url bigger than 250 bytes). Well, I tried to increase the value of the constant KEY_MAX_LENGTH to 2048 bytes. I recompile memcached and itīs not working. Should I have to make any modification on the client API? Does anyone can helpme with this issue?
<br><br>tks!<br><br>Renato<br>