Pudge - Fast and simple key/value store written using Go's standard library
Package pudge is a fast and simple key/value store written using Go's standard library. Pudge is parallel. Readers don't block readers, but a writer - does, but by the stateless nature of pudge it's safe to use multiples files for storages.
https://github.com/recoilme/pudge
License:
Tech:
Tags: