ElastiCache është servisi i menaxhuar në-memorie caching i AWS — duke ekzekutuar Redis ose Memcached për të ruajtur të dhënat e aksesuar shpesh për marrje të shpejt. Në kombinim me shtresa të tjera caching (CloudFront, DAX), caching është një teknikë kyçe për përmirësimin e performancës së aplikacioneve AWS dhe zvogëlimin e ngarkesës në database.
ElastiCache — caching i menaxhuar në-memorie
ElastiCache runs managed REDIS or MEMCACHED clusters:
→ store frequently-accessed data in memory → sub-millisecond retrieval (very fast)
→ REDUCE LOAD on databases (serve from cache instead of querying the DB)
→ AWS manages it (setup, patching, scaling, failover) — no servers to run
Redis → rich data structures, persistence, replication, HA (Multi-AZ) — the common choice
Memcached → simpler, multi-threaded, pure caching
