Cache Database in AWS
- Cache databases are used to improve application performances as cache database store the infrequently changed data and frequently accessed data in the RAM.
- For this the first generation solution was to implement caching in code
- Cache databases were introduced. The popular cache databases are
- Redis
- Memcached
- AWS has introduced Elastic Cache which is cache as a service.
- Using Elastic Cache we can create
- Redis
- Memcached
- Creating Elastic Cache


- Using elastic cache is done by application code Refer Here for java script example and Refer Here for python examples.
-
AWS has introduced Redis as a Service with Amazon MemoryDB for Redis Refer Here
