Redis is an in-memory store that is primarily used as a database. In this tutorial, we'll look at how to adjust your Node.JS Express application to build in lightning-fast caching with Redis. I was able to speed up page load time by, on average, 95%.
Table of contents
Background to the ProblemWhy Use Redis to Cache Web PagesAdding Redis to Your Express RoutesCode SummaryCaveats and Conclusion1 Comment
Sort: