我在Couchbase中有两个桶,一个是Couchbase类型,另一个是Memcachced类型:当我运行我的测试时,我收到一个错误:元素服务器可能只在本节中出现一次.以下是我的配置:
<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.
Run Code Online (Sandbox Code Playgroud)