1 Answer
- Newest
- Most votes
- Most comments
1
Hi, If someone wants data, you can deliver that data much faster if it's cached. Consider caching your data if the following is true: a) Your data is slow or expensive to get when compared to cache retrieval. b) Users access your data often. c) Your data stays relatively the same, or if it changes quickly staleness is not a large issue.
Usecases for Redis/Memcache are product catalogs in e-comm portal, Selling tickets of an event. Basically, users tend to opt out of slower sites and hence caching improves data delivery much faster.
answered 3 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago