The write-through pattern
Aug 22, 2023 · 3 min read · Welcome back, this is part 4 of the "caching patterns with Redis" series. Click here to get to the third part. A write-through cache reverses the order of how the cache is populated. Instead of lazy-loading the data in the cache after a cache miss li...
Join discussion