我想开始使用couchbaseو
,但是客户端配置出现错误,我找不到原因,Visual Studio表示在我已经安装了ouchbase软件包的情况下它不存在:
var cluster = new Cluster(new ClientConfiguration{
Servers = new List<Uri> { new Uri("http://10.112.170.101") }
});
答案 0 :(得分:0)
您需要同时对Couchbase 和 Couchbase.Configuration.Client
使用using语句CouchbaseNetClient nuget包中都提供了两个名称空间。