Inspired by redis-rdb-tools
Documentation
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
Release files for rdbtools3 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rdbtools3-0.1.2.tar.gz | 8.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rdbtools3-0.1.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 19.5 kB
Release files / rdbtools3-0.1.2.tar.gz
| Download URL | rdbtools3-0.1.2.tar.gz |
|---|---|
| Size | 8.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0dbc00c00735404fe3482d218c61fcccaa0687cca47ebd2410d604f04d2be449
|
|
BLAKE2b-256 checksum How to use checksums |
0350a055a2f6fe56aaf2f2432ae5929221d4dcb8fd52370eb225366b9391b481
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / rdbtools3-0.1.2-py2.py3-none-any.whl
| Download URL | rdbtools3-0.1.2-py2.py3-none-any.whl |
|---|---|
| Size | 11.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
443ad6c318e4e385bbb075d2edcf4f1dc08b632e4d001b971beeef3f3e4d48af
|
|
BLAKE2b-256 checksum How to use checksums |
fe9065a8bba3c2339945944b038322aafec83c7b71fdca20205c0b976c590677
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |