Remove Redis

This commit is contained in:
Antonio Scandurra 2022-07-18 08:59:35 +02:00
parent 2cbb0ae843
commit 4664683069
3 changed files with 0 additions and 8 deletions

View file

@ -23,12 +23,6 @@ script/sqlx migrate run
script/seed-db
```
Install Redis:
```
brew install redis
```
Run the web frontend and the collaboration server.
```