This repo is a succeed task of Key-Value-Server. It originally comes from
git clone git://g.csail.mit.edu/6.5840-golabs-2025 6.5840A course website: https://pdos.csail.mit.edu/6.824/
A Repository infomations
- kv_server_with_stable_network
- My Implementation locates at
client.goandserver.go - You can test it by
go test -v ./kv_server_with_stable_network/
- kv_server_lock_mechanism
- My Implementation locates at
lock.go - You can test it by
go test -v ./kv_server_lock_mechanism/
- kv_server_with_drop_message
- My Implementation locates at
client.goandserver.go - You can test it by
go test -v ./kv_server_with_drop_message/
- kv_server_with_unstable_network
- My Implementation locates at
lock.go - You can test it by
go test -v ./kv_server_lock_mechanism_unstable_network/