Memcache keys are not getting deleted properly!
Ajinkya Nahar
ajinkya at truesparrow.com
Thu Sep 20 05:22:12 UTC 2007
Hi,
I am using Memcached server version 1.2.2.
Also, I have 4 memcached servers setup. I am using PHP memcache client's
addServer method to connect to the servers.
I read in the addServer documentation that the third parameter/flag
(persistent) is by default set to TRUE.
Does this cause this issue?
Please let me know.
Thanks,
Ajinkya
_____
From: Lessaid ABDERRAHMAN [mailto:lessaid at gmail.com]
Sent: Thursday, September 20, 2007 2:12 AM
To: Ajinkya Nahar
Cc: memcached at lists.danga.com; Nishith Shah; Sunil
Subject: Re: Memcache keys are not getting deleted properly!
Hi
In my personal experience on php/memcached :
It happen when your memcached server is down or unreachible.
It fail because your memcached object doesn't exist (I guess it's related
with Memcache::pconnect()).
Use try/catch on your code, and tcpdump and telnet on memcached server to
debug.
my 0.02euro
On 9/19/07, Ajinkya Nahar <ajinkya at truesparrow.com> wrote:
Hi all,
I am using memcached for caching purpose. Everything was working fine but
suddenly, I started getting the following error -
Memcache keys are not getting deleted properly due to the following error -
PHP Warning: Memcache::delete() [
<http://whiteboard.updatelog.com/projects/1360384/function.Memcache-delete>
function.Memcache-delete]: cannot find connection identifier
What can be the cause due to which this error occurs?
Also, please tell me how to fix it.
Thanks in advance,
Regards,
Ajinkya
--
Lessaid, Since 1980
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.danga.com/pipermail/memcached/attachments/20070920/ab58d7dd/attachment-0001.html
More information about the memcached
mailing list