Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Sep 30, 2024
1 parent 1865cc5 commit abddab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ For error handling, see the [github plugin README](./plugins/services/github/REA

### Database Setup

At the moment we support `redis` 7.x for the database. It can be installed on macOS using homebrew:
At the moment we support `redis` 7.x for the database. For testing, it can be installed on macOS using homebrew. We recommend choosing one of your Anklet hosts to run the database on and pointing all other hosts to it in their config.

```bash
brew install redis
Expand All @@ -158,7 +158,7 @@ brew services start redis # use sudo on ec2
tail -fF /opt/homebrew/var/log/redis.log
```

While you can run it anywhere you want, its likely going to be less latency to host it on a host[s] that are in the same location at anklet. We recommend to choose one of the macs to run it on and point other hosts to it in their config. It's also possible to cluster redis, but we won't cover that in our guides.
For production, we recommend running a [redis cluster](https://redis.io/docs/latest/operate/oss_and_stack/reference/cluster-spec/) on infrastructure that is separate from your Anklet hosts and has guaranteed uptime.

### Plugin Setup and Usage Guides

Expand Down

0 comments on commit abddab9

Please sign in to comment.