Hi Mark,
It is pretty easy.

Set your bucket to allow_mult=true.

Send a put to bucket, key.
Send another one to the same bucket key.

If you’re using a well behaved client like the Riak-Java-Client, or any other 
that gets a vclock before doing a put, use whatever option stops that.

With the pb client it is as simple as: 
https://gist.github.com/russelldb/46153e2ab9d2b9206f63

Hope that Helps

Russell

On 8 Nov 2013, at 18:29, Mark A. Basil, Jr. <m...@badarmadillo.com> wrote:

> Is there some method that is either guaranteed or very highly likely to 
> create Siblings of an object (that isn’t a counter)?  I would like to have a 
> reliable method to test code which is meant to handle them.
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to