Include Redis to local development requirements (#312)

This shows to a developer that Redis is needed for local development.
The application will fail to run on `bin/dev` if Redis is not running
and will give a proper error message, however we should include this to
make it explicitly clear.

Co-authored-by: esteban_ba <ebaguirre@citykinect.com>
This commit is contained in:
Esteban Bermudez Aguirre
2025-11-10 12:09:18 -08:00
committed by GitHub
parent 805f8207a9
commit eae532714b

View File

@@ -60,6 +60,7 @@ The instructions below are for developers to get started with contributing to th
- See `.ruby-version` file for required Ruby version
- PostgreSQL >9.3 (latest stable version recommended)
- Redis > 5.4 (latest stable version recommended)
### Getting Started
```sh