18 lines
		
	
	
		
			603 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			603 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# rdb [](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
 | 
						|
```
 |