bitcask

package module
v0.0.0-...-5a76578 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: MIT Imports: 7 Imported by: 0

README

bitcask

a kv database base on the bitcask paper and developed in Go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Db

type Db struct {
	// contains filtered or unexported fields
}

func Open

func Open(path string) (*Db, error)

Open open a db

func (*Db) Close

func (db *Db) Close() error

func (*Db) Delete

func (db *Db) Delete(key string)

func (*Db) Get

func (db *Db) Get(key string) (string, error)

func (*Db) Set

func (db *Db) Set(key, val string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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