简体   繁体   中英

How to load Couchbase Memcached buckets

Java客户端API是否支持在Couchbase中加载Memcached存储桶,或者仅支持Couchbase存储桶?如果是,那么在Couchbase上使用Memcached存储桶的最佳方法是什么?

Yes, this functionality was broken in CouchbaseClient 1.1.3 though.

The client should figure out what kind of bucket your using and do the right thing so you shouldn't be having problems unless your using the client mentioned above.

Latest version 1.1.4 , or through the Couchbase maven repo

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM