Skip to content

Instantly share code, notes, and snippets.

@hansonkd
Created February 20, 2016 06:45
Show Gist options
  • Save hansonkd/f68692bd74813246781a to your computer and use it in GitHub Desktop.
Save hansonkd/f68692bd74813246781a to your computer and use it in GitHub Desktop.
user = riak_client.bucket_type('app_objects').bucket('users').get("some_user")
user.registers['email'].assign("[email protected]")
user.store()
user.registers['email'].assign("[email protected]")
user.store()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment