AWS Elasticcache Redis | Setup & Configuration



AWS Elasticcache Redis | Setup & Configuration

AWS Elasticcache Redis | Setup & Configuration

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.

It 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.

It will allow user to keep data on disk with a point in time snapshot
It allows to execute a group of commands as an isolated & atomic operation
It doesn’t have native clustering
We can cache bigger values in Redis, Values upto 512MB per key
Powerful data types and powerful commands to leverage them (Hashes, sorted sets, Lists and more)

AWS Complete tutorial – https://www.youtube.com/watch?v=cakXKlc_OTk&list=PLBCBYFXVIMinELzm1GtLkWg_cPw1g8Hby

Comments are closed.