Overview

The goal of this guide is to not only introduce you to Redis, but to also show you how to leverage the features of Redis for your web application.

The main functions we'll be exploring are caching and queuing. We'll first show you how each of these functions in Redis, then we'll show you how to leverage them in a node.js application.