Closed GoogleCodeExporter closed 8 years ago
I've got bad news for you: not only has this been requested before, but it's
already been rejected before. If you want to get expiration, you can pull your
members from the hash into the main hash and use expiration there.
Also, Redis doesn't have server-side triggers, callbacks, etc. The best-case
scenario is for you to execute a 'monitor' command on your client to watch
commands, and in the case of a delete due to an expire, your monitoring client
can take action.
Original comment by josiah.c...@gmail.com
on 28 Jun 2011 at 4:44
Original comment by pcnoordh...@gmail.com
on 6 Jul 2011 at 11:06
Original issue reported on code.google.com by
sonal...@gmail.com
on 28 Jun 2011 at 7:34