Created
June 14, 2010 17:23
-
-
Save PharkMillups/437977 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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