If you don’t know already, Redis is an in-memory key value database that is capable of storing simple data structures in addition to other complex data structures like queues, sets, and streams. Redis is great when you have several different computers running different parts of a service that need to…