ledisdb/vendor/github.com/cupcake/rdb
Lunny Xiao 179e66814f
Use go mod instead of dep to manage the project
2020-04-23 17:00:20 +08:00
..
crc64 Dep for dependency management, newer go in CI, dependency updates (#325) 2017-11-24 09:11:56 +08:00
nopdecoder Dep for dependency management, newer go in CI, dependency updates (#325) 2017-11-24 09:11:56 +08:00
.gitignore Use go mod instead of dep to manage the project 2020-04-23 17:00:20 +08:00
.travis.yml Use go mod instead of dep to manage the project 2020-04-23 17:00:20 +08:00
LICENCE Use go mod instead of dep to manage the project 2020-04-23 17:00:20 +08:00
README.md Use go mod instead of dep to manage the project 2020-04-23 17:00:20 +08:00
decoder.go Dep for dependency management, newer go in CI, dependency updates (#325) 2017-11-24 09:11:56 +08:00
encoder.go Dep for dependency management, newer go in CI, dependency updates (#325) 2017-11-24 09:11:56 +08:00
slice_buffer.go Dep for dependency management, newer go in CI, dependency updates (#325) 2017-11-24 09:11:56 +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