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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

Details for the file rdbtools3-0.1.2.tar.gz.

File metadata

  • Download URL: rdbtools3-0.1.2.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rdbtools3-0.1.2.tar.gz
Algorithm Hash digest
SHA256 0dbc00c00735404fe3482d218c61fcccaa0687cca47ebd2410d604f04d2be449
MD5 8b19e014a299e7084e68a8de9c1e5acb
BLAKE2b-256 0350a055a2f6fe56aaf2f2432ae5929221d4dcb8fd52370eb225366b9391b481

See more details on using hashes here.

File details

Details for the file rdbtools3-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for rdbtools3-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 443ad6c318e4e385bbb075d2edcf4f1dc08b632e4d001b971beeef3f3e4d48af
MD5 adbc3329f20b99e1d06fb62b89fbbaf8
BLAKE2b-256 fe9065a8bba3c2339945944b038322aafec83c7b71fdca20205c0b976c590677

See more details on using hashes here.

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