lwldcr / rdb

Redis RDB parser for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Redis RDB parser for Go

License:MIT License


Languages

Language:Go 100.0%