1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 23:55:18 +00:00
Beego/vendor/github.com/cupcake/rdb
2018-11-09 12:37:28 +08:00
..
crc64 update mod 2018-11-09 12:37:28 +08:00
nopdecoder update mod 2018-11-09 12:37:28 +08:00
.gitignore update mod 2018-11-09 12:37:28 +08:00
.travis.yml update mod 2018-11-09 12:37:28 +08:00
decoder.go update mod 2018-11-09 12:37:28 +08:00
encoder.go update mod 2018-11-09 12:37:28 +08:00
LICENCE update mod 2018-11-09 12:37:28 +08:00
README.md update mod 2018-11-09 12:37:28 +08:00
slice_buffer.go update mod 2018-11-09 12:37:28 +08:00

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