Categorygithub.com/dongmx/rdb
modulepackage
0.0.0-20200714074246-e1191ecb6823
Repository: https://github.com/dongmx/rdb.git
Documentation: pkg.go.dev

# README

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

# 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.
DecodeDump a byte slice from the Redis DUMP command.

# Constants

type value.
type value.
type value.
type value.
type value.
type value.
type value.
type value.
type value.
type value.
type value.
type value.
type value.
type value.
type value.

# Structs

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
ValueType of redis type.