0.1.11 • Published 9 years ago

jsr-rdb v0.1.11

Weekly downloads
13
License
-
Repository
github
Last release
9 years ago

Table of Contents

Redis Database Utilities

Stream encoder and decoder for RDB version 6.

Component of the jsr library.

Requires node and npm.

Install

npm i jsr-rdb

Developer

Test

Tests are not included in the package, clone the repository:

npm test

Documentation

To generate all documentation:

npm run docs

Readme

To build the readme file from the partial definitions (requires mdp):

npm run readme

Credits

Thanks to @codeaholics for the excellent rdb parser and writer, a few minor changes have been made which are noted in the file headers.

License

The writer and parser from rdb-tools are under an Apache 2.0 license.

Everything else is MIT. Read the license if you feel inclined.

Generated by mdp(1).