├── tapjoy.png ├── addingttl.png ├── expedia.png ├── overview.png ├── summary.png ├── lazyloading.png ├── ticketleap.png ├── writethrough.png ├── elasticacheworking.png └── README.md /tapjoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandu-muthyala/Amazon-ElastiCache/master/tapjoy.png -------------------------------------------------------------------------------- /addingttl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandu-muthyala/Amazon-ElastiCache/master/addingttl.png -------------------------------------------------------------------------------- /expedia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandu-muthyala/Amazon-ElastiCache/master/expedia.png -------------------------------------------------------------------------------- /overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandu-muthyala/Amazon-ElastiCache/master/overview.png -------------------------------------------------------------------------------- /summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandu-muthyala/Amazon-ElastiCache/master/summary.png -------------------------------------------------------------------------------- /lazyloading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandu-muthyala/Amazon-ElastiCache/master/lazyloading.png -------------------------------------------------------------------------------- /ticketleap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandu-muthyala/Amazon-ElastiCache/master/ticketleap.png -------------------------------------------------------------------------------- /writethrough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandu-muthyala/Amazon-ElastiCache/master/writethrough.png -------------------------------------------------------------------------------- /elasticacheworking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandu-muthyala/Amazon-ElastiCache/master/elasticacheworking.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Amazon-ElastiCache 2 | 3 | ### AWS ElastiCache: 4 | 5 | ElastiCache is a web service used to deploy, operate and scale in-memory cache in the cloud. Elasticache improve the performance of the web application by allowing you to retrieve information fast, managed and in-memory data storage instead of relying entirely on slower disk-storage database. 6 | 7 |
8 |
9 |
14 |
In the deploy, ElastiCache sits between application and data storage
16 | 17 | Elasticache supports two open-source in-memory caching engines. 18 | 19 | 1. **Memcached**: Is an easy-to-use, high-performance, in-memory data store. 20 | 21 | 2. **Redis**: **R**emote **Di**ctionary **S**erver, is a fast, open-source, in-memory key-value data store for use as a database. 22 | 23 | ### How does it work: 24 | 25 |
26 |
31 |
60 |
65 |
74 |
79 |
88 |
93 |
100 |
105 |
110 |
115 |
120 |
125 |
130 |
135 |