Redis is described as the "AK-47 of post-relational databases" due to its simplicity, reliability, and versatility. It provides data structures like strings, lists, sets, sorted sets and hashes that allow for features like caching, sessions, pub/sub, and more. Operations are fast due to operating entirely in memory. Redis is simple to install, learn, and use for a wide range of common data services and aggregation tasks.