Thanks, I got it.

------------------                               
skywind
2007-06-22

-------------------------------------------------------------
发件人:mike
发送日期:2007-06-20 17:34:55
收件人:skywind
抄送:memcached
主题:[?? Probable Spam]  Re: Can I require for some new features -- Lock / Unlock 
Command

On 6/20/07, skywind <[EMAIL PROTECTED]> wrote:
> Hello memcached !
>
> My project is using memcached now, i wonder if memcached can add
> LOCK/UNLOCK Command ?
> EXPLANATION:

it would seem to me that since memcached is not considered a
'reliable' storage mechanism you should handle the transactions as
close to the data source as possible, and use normal cache
resetting/recaching methods after a successful update of the backend
storage.

i don't think anyone on this list would suggest using memcached as a
database or source of data. it is purely for distributed caching of
data to offload databases and such.

Reply via email to