←back to thread

570 points davidgu | 1 comments | | HN request time: 0.244s | source
1. fmajid ◴[] No.44540184[source]
Listen/Notify is potentially lossy and should not be used. At one of my previous companies we used it for cache invalidation (a trigger on tables would sent notify messages to invalidation Redis keys for potentially affected cache entries). We ended up ripping it out and replacing it with NSQ.io as a reliable transport.