Comments by "Anony Mousse" (@anon_y_mousse) on "The Redis Rug Pull Is Worse Than You Think" video.
-
Every time I hear someone talking about Redis I have to look up what it is, then I think, "huh, okay", and move on. There are better solutions, and for most people they don't even need that much. Most projects I've done have been fine with a plain hash table implementation. I've done some crazy implementations of hash tables, but most of the time a straight up implementation works. The few times I've needed something as hefty as a proper DB, yeah, alternatives exist, and I could always just write something from scratch myself, if I needed to.
1