.NET Client Returning False when PersistTo specified
Sat, 10/06/2012 - 01:47
Hi
I'm storing successfully against Couchbase using ExecuteStore(storemode, key, value) when not specifying a PersistTo parameter, however when I attempt to use ExecuteStore(storemode, key, value, persistto = 1) I get success = false, even when the object persists in the database.
I'm using the latest .NET beta client and the latest beta Couchbase server.
Help? Guidance?
Thanks
Simon
Can you provide a snippet of the code that is causing this problem?