> For the complete documentation index, see [llms.txt](https://functional.gitbook.io/database_comparison_report/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://functional.gitbook.io/database_comparison_report/redis/use-cases.md).

# Use cases

Redis basically has a few different directions to work with. And the first of them is IoT applications. Here, heavy data from IoT devices can be transferred to Redis to process these records before keeping them in any steady data storage. Also, Redis is a perfect option for microservice architectures with scalable cloud hosting. As data here doesn’t have to be long-term persistent, Redis seems a reasonable decision.
