Skip to content

Instantly share code, notes, and snippets.

@mathieuancelin
Created September 16, 2013 10:05
Show Gist options
  • Save mathieuancelin/6578794 to your computer and use it in GitHub Desktop.
Save mathieuancelin/6578794 to your computer and use it in GitHub Desktop.
CouchbaseClient client = new CouchbaseClient(hosts, bucket, password);
client.set("my-first-document", "Hello Couchbase!").get();
client.get("my-first-document").get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment