Couchbase - How to configure multiple buckets in app.config /web.config
Tue, 05/15/2012 - 05:35
I have 2 buckets in Couchbase Server 1.8. One is Couchbase type and the other is Memcachced type. when I run my test I get an error: The element servers may only appear once in this section. Below is my config.
<couchbase>
<servers bucket="RepositoryCache" bucketPassword="">
<add uri="http://127.0.0.1:8091/pools/default"/>
</servers>
<servers bucket="default" bucketPassword="">
<add uri="http://127.0.0.1:8091/pools/default"/>
</servers>
</couchbase>How to configure multiple buckets and resolve the issue? I hv read the manual and I could not find much help.
Thanks
Ravi
Is this for the .NET client?