Skip to content

Instantly share code, notes, and snippets.

@reiddraper
Created August 19, 2013 20:48
Show Gist options
  • Save reiddraper/6273998 to your computer and use it in GitHub Desktop.
Save reiddraper/6273998 to your computer and use it in GitHub Desktop.
{
"props": {
"allow_mult": true,
"basic_quorum": false,
"big_vclock": 50,
"chash_keyfun": {
"fun": "chash_std_keyfun",
"mod": "riak_core_util"
},
"dw": "quorum",
"last_write_wins": false,
"linkfun": {
"fun": "mapreduce_linkfun",
"mod": "riak_kv_wm_link_walker"
},
"n_val": 3,
"name": "random-bucket",
"notfound_ok": true,
"old_vclock": 86400,
"postcommit": [],
"pr": 0,
"precommit": [],
"pw": 0,
"r": "quorum",
"rw": "quorum",
"small_vclock": 50,
"w": "quorum",
"young_vclock": 20
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment