Skip to content

Commit

Permalink
Update type in Cluster Overview docs (#51)
Browse files Browse the repository at this point in the history
The command line arguments for clustering incorrectly had the 2nd and 3rd servers using the same checkpoint directory.

Co-authored-by: darrenge <[email protected]>
  • Loading branch information
jeremylcarter and darrenge authored Mar 20, 2024
1 parent 928b7cc commit 8f40eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cluster/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If you don't specify the `--checkpointdir` option Garnet will you the startup fo
```bash
GarnetServer --cluster --checkpointdir clusterData/7000 --port 7000
GarnetServer --cluster --checkpointdir clusterData/7001 --port 7001
GarnetServer --cluster --checkpointdir clusterData/7001 --port 7002
GarnetServer --cluster --checkpointdir clusterData/7002 --port 7002
```

Once the instance are up and running, you can use any kind of redis compatible client to initialize
Expand Down

0 comments on commit 8f40eb3

Please sign in to comment.