Introduction
Redis can be used in different ways to make apps faster, store data, or help parts of an app talk to each other.
When you want to quickly save and get data to make your app faster (cache).
When you need a simple place to keep data that your app uses often (data store).
When different parts of your app need to send messages or alerts to each other (message broker).