Redis Explained
The most accurate description of Redis is that it's a data structure server. This specific nature of Redis has led to much of its popularity and adoption amongst developers. Rather than iterating over, sorting, and ordering rows, what if the data was in data structures you wanted from the ground up?
https://architecturenotes.co/redis/