angryfoxdb

command module
v0.0.0-...-1e6e696 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2013 License: MIT Imports: 27 Imported by: 0

README

AngryfoxDB

AngryfoxDB is an implementation of the Redis protocol that persists to LevelDB on disk instead of memory. This allows the dataset size to grow beyond the bounds of memory.

If you have leveldb in a non-standard path (git clone), you need to explicitly set CGO_{C,LD}FLAGS. CGO_CFLAGS="-I/path/to/leveldb/include" CGO_LDFLAGS="-L/path/to/leveldb" go get github.com/angryfoxsu/AngryfoxDB

gocheck mirror github.com/angryfoxsu/gocheck github.com/angryfoxsu/rdb

thanks to leveldb, gocheck && Jonathan Rudenberg, Caine Tighe etc..

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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