Hacker News new | ask | show | jobs
by ElectronShak 1606 days ago
Would Redis Keyspace Notifications [1] help in this case? Like a script that runs when a specific key expires, such that all other related keys can be deleted too.

[1] https://redis.io/topics/notifications

2 comments

these notifications aren't guaranteed to fire at the expire time, wouldn't that be same as current problem?
thanks for pointing that out - will take a look :)