On Nov 6, 9:39 am, jainy <[EMAIL PROTECTED]> wrote:
> What issues can I have while using CAS ?
>
> Is it atomic ?
>
> I believe its
>
> get and check + set
>
> Does memcached ensures that value of the object will not be changed
> after get and before set ?

  Yes, this is the entire point of a CAS operation (otherwise, you'd
just use get and set).

Reply via email to