DEV Community

Discussion on: Please Redis Responsibly

Collapse
 
dansilcox profile image
Dan Silcox

Great overview! Also nice to see someone else using a very similar implementation to what I’ve used in the past for fairly long lived data - did you have to worry about hash tags / slots for multi-deletes in your cache busting strategy? I had some headaches with that when first moving to clustered mode...

Collapse
 
molly profile image
Molly Struve (she/her)

We never ran into any issues with hashtags or multi deletes, we have run into issues with large key deletes but those are a thing of the past now with Redis 4 which will handle them async.