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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rdbtools3-0.1.2.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

rdbtools3-0.1.2-py2.py3-none-any.whl (11.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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