Remaning Expire Time
Thu, 10/18/2012 - 06:22
Can you help me about if there is a way in java SDK to learn how much time remained for a specified key to be deleted? I need remaining time of keys.
Thanks & Regards
In version 1.1dp4 (to be released very soon) we have added a getKeyStats() function to CouchbaseClient which will provide information on individual keys. One of the stats returned is key_exptime.