Skip to content

i/rdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rdb

Rdb is an extremely fast, key-value database insprised by bitcask.

Godoc: https://godoc.org/github.com/i/rdb

Features

  1. Continuous snapshots (you can replay database from any point in time)
  2. TODO

Operations

Set(key string, value interface{})
Get(key string)
Delete(key string)
Keys()

About

Key value database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages