Ready to Start Learning?

Sign in to check if you already have access, or get started with a purchase or membership.

Setup Redis

Installation guides to install Redis, the in-memory datastore, for use in all of our projects.
Redis is great for:
  • Caching
  • Message broker (for task queues like Celery)
  • A quick key-value data store

Windows:

  • Easiest is by using Memurai (uses a custom version of Redis)
  • Best is by using Docker (uses an official Redis Release)

macOS:

  • Easiest is by using Homebrew
  • Best is by using Docker (uses an official Redis Release)

Linux

  • Easiest by using Docker (watch either the Mac or Windows version)
Setup Redis

Lifetime access to this course

or get access to 500+ courses with a membership

Setup Redis - Coding for Entrepreneurs