kvdb

module
v0.0.0-...-49c7cab Latest Latest
Warning

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

Go to latest
Published: May 6, 2017 License: MIT

README

KVDB Build Status

KeyValue Nano Database written in Go (golang).

Storage types:
  • Strings
  • Lists of Strings
  • Dictionaries of Strings
Features:
  • Each key has TTL (time to live) is seconds and autodeleted when TTL got expired.
  • Low RAM footprint.
  • Fast work.
Install:

git clone https://github.com/genesem/kvdb

cd kvdb/server && go build -o ../server

runnable server file is: 'server'

Usage:

By default server listens on :3000 tcp port, to use custom port please set PORT environment variable (ex: export PORT=9000).

Notes:

to be released later.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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