Skip to main content

Redis dump.rdb parser library and cli tool implemented with Python 3.

Project description

Build status

Inspired by redis-rdb-tools

Documentation

See http://rdbtools3.readthedocs.org/

Usage example

from rdbtools3 import parse_rdb_stream

with open('/path/to/redis/dump.rdb', 'rb') as f:
    for item in parse_rdb_stream(f):
        print(item.key, item.value)

CHANGES

0.1.2 (2014-05-21)

  • Add Makefile

  • Add CHANGES.txt

  • Add setup.py

  • pep8 and pyflakes3 cleanup

  • documentation started

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page