ElastiCache minangka layanan caching in-memory terkelola AWS — nggedhé Redis utawa Memcached kanggo cache data sing asring diakses supaya bisa diambil kanthi cepet. Digabung karo layer caching liyane (CloudFront, DAX), caching minangka teknik kunci kanggo ningkatake performa aplikasi AWS lan nyuda beban database.
ElastiCache — caching in-memory terkelola
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
