Redis is a high performance database that transfers all data to RAM and reads and writes it as fast as possible.
Redis allows you to perform a large number of transactions with minimal response time, so it's ideal for data caching, session storage, real time analytics, and other tasks where speed is important.