modulepackage
0.0.0-20161107195141-43ba34106c76
Repository: https://github.com/cupcake/rdb.git
Documentation: pkg.go.dev
# README
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
# Packages
Package crc64 implements the Jones coefficients with an init value of 0.
This is a very basic example of a program that implements rdb.decoder and outputs a human readable diffable dump of the rdb file.
No description provided by the author
# Functions
Decode parses a RDB file from r and calls the decode hooks on d.
Decode a byte slice from the Redis DUMP command.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
A Decoder must be implemented to parse a RDB file.
# Type aliases
No description provided by the author