To run the distributed key-value storage, run the following in the root directory in order:
- go run cmd/coordinator/main.go
- bash servers.sh
- go run cmd/client/main.go x 10
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To run the distributed key-value storage, run the following in the root directory in order: