memcached 新的CAS指令说明 |
发布: 2009-08-12 21:41 |
memcache 1.4 中加了个CAS指令 cas 其确切含义如下, "cas" is a check and set operation which means "store this data but only if no one else has updated since I last fetched it." 这是一个检测并设置操作,也就是:仅在最后一次获取后没有更新的时候才能存储这个值。 用于抢先式修改情况,如果某值已经被别人修改,则不能修改它。 |
原文: http://qtchina.tk/?q=node/323 |
Powered by zexport
|