Skip to content

Instantly share code, notes, and snippets.

@PharkMillups
Created June 14, 2010 17:23
Show Gist options
  • Select an option

  • Save PharkMillups/437977 to your computer and use it in GitHub Desktop.

Select an option

Save PharkMillups/437977 to your computer and use it in GitHub Desktop.
howboutjoe # I've got a bucket with allow_mutl=true. When I get back a
riak_object with multiple siblings, I've got a function that can merge that
data together the way that I want it. Is getting Riak to understand that I've
taken care of it as simple as riak_object:update_value and riak_client:put?
seancribbs # howboutjoe: yes, with the proper vector clock
howboutjoe # Does the riak_object I get back have one vector clock, or one
for each sibling?
drev1 # one the vector clock is set for you if you use the object returned
from riak_client:get
howboutjoe # so if there are two siblings returned, I've got one vclock that
is descended from the vclocks of each sib?
drev1 # yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment