Redis logo

Redis

1 Series
2 Lessons
17m 30s

Redis is a fast in-memory database, caching, and messaging (or pub/sub) solution

Series.

Lessons.

Video preview
Deleting Items and Flushing our Redis Cache
Let's Learn AdonisJS 6 #2.15
・
Feb 04

Deleting Items and Flushing our Redis Cache

Not everyone is perfect, and one day you'll accidentally cache bad data and need a way to quickly clear it out. In this lesson, we'll learn how we can create two routes to clear a single Redis key or flush the entire database.

Video preview
Improving Our Cache with Redis
Let's Learn AdonisJS 6 #2.14
・
Feb 04

Improved Caching with Redis

In this lesson, we'll install and configure the AdonisJS Redis package. We'll then swap out our singleton in-memory cache service with a Redis cache implementation.