> On Mar 10, 2015, at 8:50 AM, Justin <[email protected]> wrote: > > I am trying to set the document expiration value on CBL for Android. > However, I can't seem to find a way to do it. How do I set the expiration > value?
Document expiration is a Couchbase Server feature; it's not in Couchbase Lite. (Historically, it comes from the memcached ancestry, not from CouchDB.) In general, don’t expect the two to have the same features. They’re both JSON-based document databases with map/reduce, but beyond that they have a lot of differences. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/16CC4E00-A2B1-4D29-9A13-53745AE41783%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
