Jul 22, 2017 · 1 min read
Thanks for the write-up Diogo. I wrote a module called multi-level-cache that wraps an in-memory Node cache and Redis. It allows node to check the local cache first and then goes to the Redis cache if not locally cached. https://github.com/guyellis/multi-level-cache
