putOverwrite?
I want to do this:
1,if the key exists, overwrite
2,if the key doesn't exist, no op, return operationstatus.keyexist
My lame understanding of transaction did not give me a definite answer. And the existance of putNoOverwrite made me wonder if there is something subtle going on.