Versions in this module Expand all Collapse all v0 v0.0.2 Oct 27, 2014 v0.0.1 Oct 19, 2014 Changes in this version + type Response struct + Error error + Value []byte + type Store interface + Get func(key string) ([]byte, error) + Set func(key string, value []byte) error + Watch func(key string, stop chan bool) <-chan *Response