DEV Community

Discussion on: Please Redis Responsibly

Collapse
 
simonhaisz profile image
simonhaisz

So the cached data can change, but extremely rarely and you control when it changes. You have a method to patch the cache using aliasing. And even if everyone drops the ball you have an expiry rule of 24 hours so the worse case scenario is that some people would have the wrong data (or no data) for at most a day.
Cool, got it.
PR approved πŸ˜„

Thread Thread
 
molly profile image
Molly Struve (she/her)

You got it! We have guards in place so its never wrong data(bc that would be bad!), worst case it would be no data 😊