sasa1977 / con_cache

ets based key/value cache with row level isolated writes and ttl support
MIT License
910 stars 71 forks source link

Broadcast event on expire #59

Closed andrepaes closed 4 years ago

andrepaes commented 4 years ago

Hello, is there a way to send an event when any row expires?

sasa1977 commented 4 years ago

I think this should work with the existing callback mechanism, but not completely sure. Could you give it a try and report back?

andrepaes commented 4 years ago

Worked like a charm! Thanks a lot!