How we avoided Redis thanks to Mnesia
Redis is an open-source in-memory store. You can use it as a cache for your web workloads, as message broker for your batch jobs, and many more.
Over the years, it became a very prominent brick in a lot of technical stacks, it is not really a surprise, Redis is a great technology.
Why should we want to avoid it then?