I am making a series of videos available to you to learn Amazon Web services and in this session we are going to talk about AWS ElasticCache - Redis
Amazon ElastiCache is a web service that makes it easy to set up, manage, and scale a distributed in-memory data store or cache environment in the cloud.
Elasticache provides a high-performance, scalable, and cost-effective caching solution. At the same time, it helps remove the complexity associated with deploying and managing a distributed cache environment.
Memcached :
Memcached support distribute your data among multiple nodes
No support for allowing user to keep data on disk with a point in time snapshot
No support to execute a group of commands as an isolated & atomic operation
Memcached supports native clustering
Size is limited for the values cached. Values cached upto 1MB/ Key
Great for multi-threaded environmnets and it is very faster compared to Redis
AWS Elasticcache Redis | Setup & Configuration: • AWS Elasticcache Redis | Setup & Configura...
AWS Complete tutorial - • AWS Cloud EC2 introduction