Couchbase に 2 つのバケットがあり、1 つは Couchbase タイプで、もう 1 つは 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.