How to know if key set to be expired or not in Redis?
- by Kirzilla
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