Trying to implement Redis caching in my NestJS app. Looks like every single tutorial online, including official docs, is broken in one way or another. None of the packages I've tested seem to work.
Now I know why my teammates were implementing custom Redis store in our project at work.