Documentation
¶
Overview ¶
Package kvs implements an in-memory key-value store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrKeyNotFound is returned when the requested key does not exist. ErrKeyNotFound = errors.New("key not found") )
Functions ¶
This section is empty.
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
api
|
|
|
cmd
|
|
|
kvs
command
Package main implements to execute the program.
|
Package main implements to execute the program. |
|
internal
|
|
|
server
Package server provides the HTTP and gRPC server implementations for kvs.
|
Package server provides the HTTP and gRPC server implementations for kvs. |
|
pkg
|
|
|
bitset
Package bitset implements the Bit-Set Data strcutrue
|
Package bitset implements the Bit-Set Data strcutrue |
|
cuckoofilter
Package cuckoofilter implements the Cuckoo-filter
|
Package cuckoofilter implements the Cuckoo-filter |
|
lsm
Package lsm implements a small in-memory LSM tree.
|
Package lsm implements a small in-memory LSM tree. |
|
rbt
Package rbt implements the Red-Black tree
|
Package rbt implements the Red-Black tree |
Click to show internal directories.
Click to hide internal directories.