issues
search
Ianleeclark
/
Olivia
Go: A distributed, in-memory key-value storage.
MIT License
94
stars
7
forks
source link
Fixes #44
#48
Closed
Ianleeclark
closed
8 years ago
Ianleeclark
commented
8 years ago
ADD:
requester/requester.go A new class which handles sending requests to remote nodes.
requester_test.go Added unit tests for helper methods.
peer.go Adding a
SendCommand
function so that the requester doesn't need to derefernce the
Conn
object in a
Peer
.
ADD:
SendCommand
function so that the requester doesn't need to derefernce theConn
object in aPeer
.