Elasticache - Usecase

0

What is the main usecase for Elasticache for Redis

已提問 2 年前檢視次數 267 次
1 個回答
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.

Kamal
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南