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
, 2014 3:54 PM To: memcached@googlegroups.com Subject: Re: Remove certain items from the cache 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

Re: Remove certain items from the cache

2014-08-11 Thread 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 remove all the key as my_key_ *? We try to parse all the slabs with the command stats cachedump but our slabs contain several pages and it is

Re: Remove certain items from the cache

2014-08-07 Thread audric bizouarn
*Subject:* Remove certain items from the cache 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 remove all the key as my_key_ *? We try to parse all the slabs with the command stats cachedump but our

RE: Remove certain items from the cache

2014-08-07 Thread Jason CHAN
[mailto:memcached@googlegroups.com] On Behalf Of audric bizouarn Sent: Thursday, August 07, 2014 4:09 PM To: memcached@googlegroups.com Subject: Re: Remove certain items from the cache Is it possible to create multiple slabs for items of the same size? To have slabs of reasonable table. Le jeudi

Remove certain items from the cache

2014-08-06 Thread audric bizouarn
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 remove all the key as my_key_ *? We try to parse all the slabs with the command stats cachedump but our slabs contain several pages and it is impossible

RE: Remove certain items from the cache

2014-08-06 Thread Jason CHAN
@googlegroups.com [mailto:memcached@googlegroups.com] On Behalf Of audric bizouarn Sent: Wednesday, August 06, 2014 3:20 PM To: memcached@googlegroups.com Subject: Remove certain items from the cache Hello there, There he has a method to be able to remove items from the cache using a regular

Re: Remove certain items from the cache

2014-08-06 Thread audric bizouarn
...@googlegroups.com javascript:] *On Behalf Of *audric bizouarn *Sent:* Wednesday, August 06, 2014 3:20 PM *To:* memc...@googlegroups.com javascript: *Subject:* Remove certain items from the cache Hello there, There he has a method to be able to remove items from the cache using a regular