Frage

Does the Java client API support loading Memcached buckets in Couchbase or only Couchbase buckets are supported and if so what is the best way of using Memcached buckets on Couchbase?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top