Expires value is missing when getting dcoument

After I call GetDocument on bucket to retrieve record, “Expires” value on returned document is always set to ZERO. The document does expire correctly on server.

@byteblocks -

The Memcached GET command does not return the expiry: Google Code Archive - Long-term storage for Google Code Project Hosting.

Since, GetDocument uses GET “under the covers”, that is why you don’t see the expiry. Apparently you can only set the expiry. I’ll add this to the documentation so that it’s clearer.

Thanks,

Jeff