forked from mirror/ledisdb
ca344836ab
* use vendor and do clean up. |
||
---|---|---|
.. | ||
crc64 | ||
nopdecoder | ||
.gitignore | ||
.travis.yml | ||
LICENCE | ||
README.md | ||
decoder.go | ||
encoder.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