mirror of
https://github.com/astaxie/beego.git
synced 2024-11-04 21:50:54 +00:00
18 lines
603 B
Markdown
18 lines
603 B
Markdown
# rdb [![Build Status](https://travis-ci.org/cupcake/rdb.png?branch=master)](https://travis-ci.org/cupcake/rdb)
|
|
|
|
rdb is a Go package that implements parsing and encoding of the
|
|
[Redis](http://redis.io) [RDB file
|
|
format](https://github.com/sripathikrishnan/redis-rdb-tools/blob/master/docs/RDB_File_Format.textile).
|
|
|
|
This package was heavily inspired by
|
|
[redis-rdb-tools](https://github.com/sripathikrishnan/redis-rdb-tools) by
|
|
[Sripathi Krishnan](https://github.com/sripathikrishnan).
|
|
|
|
[**Documentation**](http://godoc.org/github.com/cupcake/rdb)
|
|
|
|
## Installation
|
|
|
|
```
|
|
go get github.com/cupcake/rdb
|
|
```
|