How to know if key set to be expired or not in Redis?

Posted by Kirzilla on Stack Overflow See other posts from Stack Overflow or by Kirzilla
Published on 2010-05-22T13:57:52Z Indexed on 2010/05/22 14:00 UTC
Read the original article Hit count: 170

Filed under:

Hello,

As far as Redis do not allow to reSet expire date to key (because of nans with replication) I'd like to know is there any method to check if key set to be expired or not?

Thank you

© Stack Overflow or respective owner

Related posts about redis