# rdb **Repository Path**: ltp/rdb ## Basic Information - **Project Name**: rdb - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-14 - **Last Updated**: 2025-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rdb [![Build Status](https://travis-ci.org/cupcake/rdb.png?branch=master)](https://travis-ci.org/cupcake/rdb) rdb is a Go package that implements parsing and encoding of the [Redis](http://redis.io) [RDB file format](https://github.com/sripathikrishnan/redis-rdb-tools/blob/master/docs/RDB_File_Format.textile). This package was heavily inspired by [redis-rdb-tools](https://github.com/sripathikrishnan/redis-rdb-tools) by [Sripathi Krishnan](https://github.com/sripathikrishnan). [**Documentation**](http://godoc.org/github.com/cupcake/rdb) ## Installation ``` go get github.com/cupcake/rdb ```