Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 197 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 197 Bytes

To run the distributed key-value storage, run the following in the root directory in order:

  1. go run cmd/coordinator/main.go
  2. bash servers.sh
  3. go run cmd/client/main.go x 10