Categorygithub.com/simia-tech/deks
modulepackage
0.0.1
Repository: https://github.com/simia-tech/deks.git
Documentation: pkg.go.dev

# README

Deks

Deks is a Distributed Embedded Key-value Store. It comes with a simple interface and a lazy distribution algorithm.

# Packages

No description provided by the author

# Functions

Dial establishes a connection to the server at the provided url.
NewMetricLog returns a new metric log.
NewMetricMock returns a new metric mock.
NewNode returns a new node.
NewServer returns a new server.
NewSet returns a new empty set.
NewStore returns a new store.

# Constants

ItemSize specifies the item size.

# Structs

Conn implements a client connection based on the redis protocol.
MetricLog defines a metric log.
MetricMock defines a metric mock.
Node defines the node.
Options defines all deks options.
Server defines a server.
Set defines a set of items.
Store defines a key-value store.

# Interfaces

Metric defines the metric interface.

# Type aliases

Item defines the set item.