Re: memcached 1.4.13: -remove() sometimes doesn't work

2014-11-29 Thread dormando
Are your sets or any other functions failing sometimes? Are you just more likely to notice with a delete? The only issues have always been with the client. Old clients would send invalid args to the delete command (though it doesn't seem like you're doing that here). You might just be failing to

memcached 1.4.13: -remove() sometimes doesn't work

2014-11-26 Thread Alexander Kant
Hello. Currently I'm using memcached 1.4.13. Sometimes the -remove() method doesn't work. It looks like that the value stays there. I can't say when it exactly doesn't work, but several hundreds times it works as expected: the value will be cached, and can be removed without problems - so the