Skip to content

Instantly share code, notes, and snippets.

@bhawna94
Created April 16, 2019 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhawna94/2351281ca49c7ab9300f61532cee7369 to your computer and use it in GitHub Desktop.
Save bhawna94/2351281ca49c7ab9300f61532cee7369 to your computer and use it in GitHub Desktop.
Cluster cluster = CouchbaseCluster.create("node1");
cluster.authenticate("username","password");
Bucket bucket = cluster.openBucket("bucketname");
AsyncBucket asyncBucket = bucket.async();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment