/rdb

Redis RDB parser for Go

Primary LanguageGoMIT LicenseMIT

rdb Build Status

fork updates

modify checkHeader for higher version of rdb files to avoid such error:

Fatal error: rdb: invalid RDB version number 8

the following is mainly from the original README

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/lwldcr/rdb