issues
search
Ianleeclark
/
Olivia
Go: A distributed, in-memory key-value storage.
MIT License
94
stars
7
forks
source link
Fixes #52
#53
Closed
Ianleeclark
closed
8 years ago
Ianleeclark
commented
8 years ago
CHANGE:
incoming_network.go Is now aware of the internal cache and uses it instead of creating one whenever the network router is created.
network_handler.go Now receives the cache after being called from the program's entry point.
CHANGE: