How can I get the expire time for the particular item in memcached

Posted by maguschen on Stack Overflow See other posts from Stack Overflow or by maguschen
Published on 2010-04-01T07:10:35Z Indexed on 2010/04/01 7:13 UTC
Read the original article Hit count: 153

Filed under:
|

In runtime, I want to retrieve the expire time info about some items in memcached. I didn't find any related interface on memcached. Can I do this? something like: mc.get_expire_time('key')

Thank you

© Stack Overflow or respective owner

Related posts about python

Related posts about memcached