Skip to content

Instantly share code, notes, and snippets.

@seth
Created August 20, 2010 18:06
Show Gist options
  • Save seth/540832 to your computer and use it in GitHub Desktop.
Save seth/540832 to your computer and use it in GitHub Desktop.
ObjToPut = riakc_obj:update_value(Obj,
term_to_binary(Stuff)),
case riakc_pb_socket:put(DS, ObjToPut, [{w, 3}]) of
ok ->
error_logger:info_report({created_stuff}),
ok;
Reason ->
{error, Reason}
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment