Is there a known issue with Increment (with CAS) in the .NET client?
We're running 1.3.5 for the client and 2.5.1 for the server. Incrementing using a CAS value always fails with "Mutate operation failed, see InnerException or StatusCode for details." - status code is 4. The code we're using is: client.ExecuteIncrement(sKey, 100, 1); var getResult = client.ExecuteGet(sKey); var incResult = client.ExecuteIncrement(sKey, 100, 1, getResult.Cas); The ExecuteIncrement on the first line works as expected. It's the 3rd line that fails. Nick -- You received this message because you are subscribed to the Google Groups "Couchbase" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
