devinli05 / DistributedKeyValueStore

CS 416 class project
0 stars 0 forks source link

Refactor to migrate to native GoVec UDP from current RPC prototype #8

Closed devinli05 closed 8 years ago

devinli05 commented 8 years ago

Experiment with parsing the message that is currently sent through RPC prototype. Need to parse different message (i.e. Put, Get, Remove, TestSet, Merge).

tjxn commented 8 years ago

Complete