ElastiCache అనేది AWS యొక్క నిర్వహిత in-memory caching సేవ — Redis లేదా Memcached ను చేపట్టి తరచుగా ప్రాప్యమైన డేటాను caching చేసి వేగవంతమైన తిరిగి పొందటి కోసం. ఇతర caching లేయర్లతో (CloudFront, DAX) కలిపి, caching AWS అప్లికేషన్ పనితీరును మెరుగుపరచటానికి మరియు డేటాబేస్ లోడ్ను తగ్గించటానికి ఒక కీలక పద్ధతి.
ElastiCache — నిర్వహిత in-memory caching
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
