# Redis

{% embed url="<https://redis.io/>" %}

{% embed url="<https://redis.com/>" %}

{% embed url="<https://www.youtube.com/channel/UCD78lHSwYqMlyetR0_P4Vig>" %}

* Redis is an open-source, in-memory key-value data store.&#x20;
* A NoSQL database, Redis doesn’t use *structured query language*, otherwise known as *SQL*. Redis instead comes with its own set of commands for managing and accessing data.

{% embed url="<https://hub.docker.com/_/redis>" %}

## Resources

{% embed url="<https://www.digitalocean.com/community/tutorial_series/how-to-manage-a-redis-database>" %}

## Cloud Providers

### Amazon Web Services

{% embed url="<https://aws.amazon.com/memorydb/>" %}

{% embed url="<https://aws.amazon.com/elasticache/redis/>" %}

### Google Cloud Platform

{% embed url="<https://cloud.google.com/memorystore/>" %}

### Microsoft Azure

{% embed url="<https://azure.microsoft.com/en-in/services/cache/>" %}
