Sunday 24 February 2019

Good tutorials for caching in node?

I saw a bunch of them using redis but they require calls to redis before every mongo hit, I get that that's how it's supposed to be because one would first want to find if it's available in cache on GET and update cache on POST but still feel that a better way would be available.Memcache or redis, comment up a tutorial that helped you apply it to your project as someone who's never used any caching before.

Submitted February 24, 2019 at 06:19PM by sum__sleples

No comments:

Post a Comment