All Topics

Redis

A basic key-value store for caching

Overview

Redis is a popular storage technology that is used to make web applications faster with caching. It’s not usually a replacement for other primary storage technologies like SQL databases or Mongo, but it’s a great addition to a web application stack.

Related Topics

What you should learn next