Skip to content
/ rdb Public
forked from tent/rdb

Redis RDB parser for Go

License

Notifications You must be signed in to change notification settings

lwldcr/rdb

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%