Skip to content

Instantly share code, notes, and snippets.

@gregkrsak
Created August 1, 2014 21:02
Show Gist options
  • Save gregkrsak/7e5f8cbcd501006d36ee to your computer and use it in GitHub Desktop.
Save gregkrsak/7e5f8cbcd501006d36ee to your computer and use it in GitHub Desktop.
Getting a "No pool named default" error
// http://stackoverflow.com/questions/25088258/golang-how-do-i-create-a-new-couchbase-pool/
// ...
client, err := couchbase.Connect("http://127.0.0.1:8091")
pool, err := client.GetPool("default")
// ...
// Getting a "No pool named default" error with Couchbase 2.2.0 CE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment