Node.js couchbase plugin get remaining expiration time

Hey @dimitris_re,

We do not currently have any way to retrieve information regarding the remaining time until expiry from any of our SDKs. This is considered internal information. One possibly solution however is to encode the expiry data into the document and then apply the appropriate expiration time when storing it.

Cheers, Brett