Categorygithub.com/rapidloop/skv
modulepackage
0.0.0-20180909015525-9def2caac4cc
Repository: https://github.com/rapidloop/skv.git
Documentation: pkg.go.dev

# README

skv

skv is a Simple Key-Value store for Go.

Check the blog post for a description of skv internals.

Package documentation is available here.

Follow us on Twitter for updates! @therapidloop

# Functions

Open a key-value store.

# Variables

ErrBadValue is returned when the value supplied to the Put method is nil.
ErrNotFound is returned when the key supplied to a Get or Delete method does not exist in the database.

# Structs

KVStore represents the key value store.