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

1
.gitignore vendored
View File

@ -8,4 +8,3 @@
/crates/collab/static/styles.css
/vendor/bin
/assets/themes/*.json
dump.rdb

View File

@ -1,3 +1,2 @@
web: cd ../zed.dev && PORT=3000 npx next dev
collab: cd crates/collab && cargo run
redis: redis-server

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.
```