What is Redis

Redis is NoSQL key-value in-memory distributed data store. It can be used as super-fast database, cache or message broker. Redis supports data structures such as strings, hashes, lists, sets, sorted sets with...