Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("key not found")
Functions ¶
This section is empty.
Types ¶
type ItemRequest ¶
type KVStore ¶
type KVStore struct {
// contains filtered or unexported fields
}
func NewDefaultStore ¶
func NewDefaultStore() KVStore
NewDefaultStore is a convenience function for creating a KVStore with sensible defaults. It will create a KVStore with a request buffer size of 20.
Click to show internal directories.
Click to hide internal directories.