mirror of https://github.com/ledisdb/ledisdb.git
2ff56553d9
* Use Dep instead of Glide for managing dependencies * Run tests on the latest two versions of go * Use older goleveldb * Don't test vendor (default in go 1.9+) * Drop Go 1.6 from tests - it's old and I really don't want to deal with it. * Stop testing with Go 1.7 |
||
---|---|---|
.. | ||
crc64 | ||
nopdecoder | ||
.gitignore | ||
.travis.yml | ||
LICENCE | ||
README.md | ||
decoder.go | ||
decoder_test.go | ||
encoder.go | ||
encoder_test.go | ||
slice_buffer.go |
README.md
rdb
rdb is a Go package that implements parsing and encoding of the Redis RDB file format.
This package was heavily inspired by redis-rdb-tools by Sripathi Krishnan.
Installation
go get github.com/cupcake/rdb