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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ