The env: couchbase 1.8, python client 2.0
I'm sorry, I don't understand the question. With CAS, you'd normally not put none in there at all. If you're looking for an atomic way to create an item if it doesn't exist (and thus has no CAS value), you're looking for the "add" method.
I'm sorry, I don't understand the question. With CAS, you'd normally not put none in there at all. If you're looking for an atomic way to create an item if it doesn't exist (and thus has no CAS value), you're looking for the "add" method.