我在 Couchbase 中有 2 个存储桶,一个是 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.