Couchbaseに2つのバケツがあります。もう1つはCouchbaseタイプです。もう1つはMemcachcedタイプです。テストを実行するとエラーが表示されます。エレメントサーバはこのセクションに1回しか表示されません。以下は私の設定です:.NETの複数のCouchbaseバケット設定
<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.
ドキュメントには深刻な作業が必要です。それは恐ろしいです! – slimflem