hash - How to "EXPIRE" the "HSET" child key in redis? -
i need expire keys in redis hash, older 1 month.
this not possible, sake of keeping redis simple.
quoth god:
hi, not possible, either use different top-level key specific field, or store along filed field expire time, fetch both, , let application understand if still valid or not based on current time.
Comments
Post a Comment