How to install and configure Redis on Ubuntu
![Preview post image](https://www.hibit.dev/images/posts/2021/headers/redis.png)
Redis is an open-source in-memory key-value data store. It can be used as a database, cache, message broker and supports various data structures such as Strings, Hashes, Lists, Sets, etc... Apart from its performance and flexibility, Redis stands out with its wide language support, high availability, and automatic partitioning.