I am using Spring-Data Couchbase project (1.1.1.RELEASE) over a Couchbase Cluster in version 2.2.
I need to set up some Time To Live properties on my documents.
I know how to do it with CouchbaseClient object but I don't know how to do it using Spring-Data Couchbase abstraction.
Thanks for your help.