On Nov 25, 6:07 am, Trond Norbye <[EMAIL PROTECTED]> wrote:
> I'm not sure if this is really possible with the binary protocol, > because we create the cas when we store the item and the cas is > returned in the response. We also return cas in every get, so there is > basically no way we can delay the creation of a cas until the user > actually wants it. If an object has CAS disabled, you either: a) Always return 0 and always mutate it. b) Return a value you won't accept. b kind of sounds better to me. The idea of ``enabling'' CAS for an object is something similar to append, I'd imagine.
