arjunmehta / node-georedis

Super fast geo queries.
MIT License
192 stars 33 forks source link

How to set Expiry to a member #8

Closed vundyalaavinash closed 8 years ago

vundyalaavinash commented 8 years ago

Is there a way to set expiry to a member in a key.

arjunmehta commented 8 years ago

Unfortunately not because this module uses Redis sorted sets and/or native geo commands. Neither support expiry. You will have to come up with your own way of managing expiration.