On Fri, Nov 8, 2013 at 11:38 AM, Russell Brown <[email protected]> wrote:
> 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.
for (int i = 0; i < numReplicasWanted; i++) {
bucket.store("key", "value").withoutFetch().execute();
}
:)
- Roach
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
