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)