On Tue, Nov 27, 2012 at 11:41 AM, Alex Rønne Petersen
wrote:
>> In short, the proper way to replace an object is to first fetch the
>> existing object, then update the value of what you fetched, then use
>> riakc_pb_socket:put to write the new value. The reason for doing this
>> is to comply with
Hi Bryan,
Thanks for the answers! A few more questions inline:
On Tue, Nov 27, 2012 at 2:16 PM, Bryan Fink wrote:
> Hi, Alex. I'm sorry you weren't able to find your answers in our docs.
> Some of them assume that you've read all of the other docs as well.
> I'll see what I can do to clear thing
Hi, Alex. I'm sorry you weren't able to find your answers in our docs.
Some of them assume that you've read all of the other docs as well.
I'll see what I can do to clear things up inline.
On Mon, Nov 26, 2012 at 7:23 PM, Alex Rønne Petersen
wrote:
> * Is the proper way to replace the object asso