hit counter

Timeline

My development logbook

Riak Allow-multi

I could not create a write conflict situation.

It turns out it is because I did not set the allow_multi property

Here is the command line:

curl -i -XPUT http://riak001:8098/riak/cart -H "Content-Type:application/json" -d '{"props":{"allow_mult":1} }'