Versioning concept in couchbase

421 views Asked by At

Iam working with couchbase version 3.0.1 and use java SDK 1.4.4. Iam try for getting previous revision values for the documents. Now it can achieve by manually keeping the documents with their revision number. Is there any way to do this automatically in SDK 1.4.4 or higher (2.0.1).

Iam useing this now for versioning.

Versioning with Couchbase

1

There are 1 answers

0
DaveR On BEST ANSWER

Couchbase 3.0.1 doesn't have any changes in this regard - you'll still need to perform versioning as you would for the 2.X series.