Skip to content

Instantly share code, notes, and snippets.

@ingenthr
Created January 15, 2014 02:01
Show Gist options
  • Save ingenthr/8429478 to your computer and use it in GitHub Desktop.
Save ingenthr/8429478 to your computer and use it in GitHub Desktop.
to get syntax highlighting for a screenshot
""" Retrieve the user to change the email address """
user = cb.get("ingenthr")
""" Change the email and store the user """
user.value['email'] = "ingenthr@couchbase.com"
cb.set(user.key, user.value, cas=user.cas) # concurrent safe!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment