Re: Remove certain items from the cache

2014-09-03 Thread Xingui Shi
Hi, Is there any way to drop data add by a client when the client aborted or exit normally? thanks. 在 2014年8月12日星期二UTC+8上午10时25分43秒,Dormando写道: Hello there, There he has a method to be able to remove items from the cache using a regular expression on the key. For example we want to

Re: Remove certain items from the cache

2014-09-03 Thread Xingui Shi
what i meant is the data is successfully uploaded, but the client restart for some reason. the data stored in memcache server need to be flushed. or other client my get the wrong data. 在 2014年9月3日星期三UTC+8下午3时04分59秒,Dormando写道: If a client is uploading something and it does not complete the

Re: Remove certain items from the cache

2014-09-03 Thread dormando
Why would another client get the wrong data if the original data was successfully uploaded? I don't understand the use case, and it's not possible either way. On Wed, 3 Sep 2014, Xingui Shi wrote: what i meant is the data is successfully uploaded, but the client restart for some reason. the

Re: Remove certain items from the cache

2014-09-03 Thread Xingui Shi
sorry for my poor expression, i may not describe my thought in english. just after the client restart, the data stored in memcached is outdate, and other client my access these outdate data. is there any way to drop the client data after the connection to memcaced server is stoped.( the

Re: Remove certain items from the cache

2014-09-03 Thread Xingui Shi
Hi,Dormando thanks for you kindly help, i don't know how to achieve my goal in memcached server. i will realize in my application. best regards shixg 在 2014年9月3日星期三UTC+8下午3时40分02秒,Dormando写道: Why would another client get the wrong data if the original data was successfully uploaded?

RE: Remove certain items from the cache

2014-09-03 Thread Jason CHAN
I think you trying some feature like “ephemeral” node in zookeeper, expect that when the client’s connect is broken, the items added by the client are deleted. In this case, as far as I know, memcached do not support it. In fact, memcached do not care where the items come from. you can

Where can i get reliable RPM files for the latest Memcached release preferably for version 1.4.20.

2014-09-03 Thread RaviKumar Potnuru
Hi Friends, I am usign memcahced 1.4.7 version and would want to upgrade to latest version 1.4.20. When I installed the s/w before i downloaded the RPMs form rpmfind.net and provided by DAG Extras packages. I not seeing the latest RPMs posted by them for version 1.4.20. I am not an expert

Idle connection killing

2014-09-03 Thread Jay Grizzard
(from the tail repairs thread) I think the guy on the pull request disappeared, but it might be worth finishing it, or finding some similar approach for long running queries. Okay, so I got a little bored this morning, and did that. Please see https://github.com/ memcached/memcached/pull/80