ledisdb/cmd/vendor/github.com/cupcake/rdb
siddontang ca344836ab use vendor and do clean up. (#241)
* use vendor and do clean up.
2016-05-01 23:33:02 +08:00
..
crc64 use vendor and do clean up. (#241) 2016-05-01 23:33:02 +08:00
nopdecoder use vendor and do clean up. (#241) 2016-05-01 23:33:02 +08:00
.gitignore use vendor and do clean up. (#241) 2016-05-01 23:33:02 +08:00
.travis.yml use vendor and do clean up. (#241) 2016-05-01 23:33:02 +08:00
LICENCE use vendor and do clean up. (#241) 2016-05-01 23:33:02 +08:00
README.md use vendor and do clean up. (#241) 2016-05-01 23:33:02 +08:00
decoder.go use vendor and do clean up. (#241) 2016-05-01 23:33:02 +08:00
encoder.go use vendor and do clean up. (#241) 2016-05-01 23:33:02 +08:00
slice_buffer.go use vendor and do clean up. (#241) 2016-05-01 23:33:02 +08:00

README.md

rdb Build Status

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.

Documentation

Installation

go get github.com/cupcake/rdb