kvell

package module
v0.0.0-...-10ab459 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2020 License: MPL-2.0 Imports: 0 Imported by: 0

README

Kvell

  • now alpha quality
  • KeyValueStore abstruct package
  • some tools are available for backend: Redis, DynamoDB

Example

  • TODO

Test run

  • docker-compose up
  • go test ./...

Inspired

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	Health() error
	Set(key string, value interface{}) error
	Get(key string, value interface{}) (found bool, err error)
	UpdateTTL(key string) error
	Delete(key string) error
	Close() error
}

Store ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL