Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Membase | Membase Server 1.7.x

Fail to insert to new bucket rather than default

No replies
  • Login or register to post comments
Mon, 11/21/2011 - 21:13
mrdiesel
Offline
Joined: 11/20/2011
Groups: None

I m playing around with membase with c# and when i want to insert to the bucket I created, I FAIL!!!

var mbcc = new MembaseClientConfiguration();

mbcc.Urls.Add(new Uri("http://192.168.1.104:8091/pools/testing"));

var client = new MembaseClient(mbcc);
for(int i = 0;i< 1000;i++)
client.Cas(StoreMode.Set, i.ToString(), i);

This is going to default bucket, even though, i want to insert to testing bucket. why?

can anyone replicate this behavior?

Top
  • Login or register to post comments
  • Login
  • Register

Company

  • About Us
  • Leadership
  • Customers
  • Partners
  • Contact Us

Product

  • Couchbase Server
  • Couchbase SDKs
  • Use Cases
  • Documentation
  • Forums

Open Source

  • Couchbase Project
  • Couchbase vs. CouchDB

Commercial

  • Subscriptions & Support
  • Training & Services

News

  • Blog
  • Newsletter
  • Press Releases
  • Buzz

Follow Us

    
  • Customer Login
  • Terms of Service
  • Privacy Policy
  • Trademark Policy
  • Site Map

© 2013 COUCHBASE All rights reserved.

Sign in to Couchbase Community

close
  • Create new account
  • Request new password
You are logging into the Forums, Wiki and Issue Tracker