mirror of
https://github.com/astaxie/beego.git
synced 2024-11-05 10:50:54 +00:00
.. | ||
crc64 | ||
nopdecoder | ||
.gitignore | ||
.travis.yml | ||
decoder.go | ||
encoder.go | ||
LICENCE | ||
README.md | ||
slice_buffer.go |
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